Skip to content

Commit 469ea64

Browse files
committed
Follow comments
1 parent b9579a5 commit 469ea64

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

doc/howto/cmd_parameter/index_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```eval_rst
2-
.. _cmd_line_index:
2+
.. _cmd_line_index_en:
33
```
44
# How to Set Command-line Parameters
55

doc/tutorials/rec/ml_dataset_en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```eval_rst
2-
.. _demo_ml_dataset:
2+
.. _demo_ml_dataset_en:
33
44
```
55

doc/tutorials/rec/ml_regression_en.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Data Preparation
1616
````````````````
1717
Download and extract dataset
1818
''''''''''''''''''''''''''''
19-
We use :ref:`demo_ml_dataset` here.
19+
We use :ref:`demo_ml_dataset_en` here.
2020
To download and unzip the dataset, simply run the following commands.
2121

2222
.. code-block:: bash
@@ -280,7 +280,7 @@ The run.sh is shown as follow:
280280
It just start a paddle training process, write the log to `log.txt`,
281281
then print it on screen.
282282

283-
Each command line argument in :code:`run.sh`, please refer to the :ref:`cmd_line_index` page. The short description of these arguments is shown as follow.
283+
Each command line argument in :code:`run.sh`, please refer to the :ref:`cmd_line_index_en` page. The short description of these arguments is shown as follow.
284284

285285
* config\: Tell paddle which file is neural network configuration.
286286
* save_dir\: Tell paddle save model into './output'

0 commit comments

Comments
 (0)