Skip to content

Commit 89f0072

Browse files
committed
add file extensions in doc/
1 parent dc8fcb8 commit 89f0072

39 files changed

+55
-100
lines changed
File renamed without changes.
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,3 @@ Each line of train.list and test.list is an absolute or relative path (relative
3232
to the PaddePaddle program runtime) of data file. Fascinatingly more, each line
3333
can also be a HDFS file path or a SQL connection string. As long as the user
3434
assures how to access each file in DataProvider.
35-
36-
Please refer to the following articles for more information about the detail
37-
usages of DataProvider and how to implement a new DataProvider,
38-
39-
.. toctree::
40-
41-
pydataprovider2.rst
42-
write_new_dataprovider.rst
File renamed without changes.
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,15 @@ DataProvider API
77
.. toctree::
88
:maxdepth: 1
99

10-
data_provider/index.rst
11-
data_provider/pydataprovider2.rst
10+
data_provider/index_en.rst
11+
data_provider/pydataprovider2_en.rst
1212

1313
Model Config API
1414
----------------
1515

1616
.. toctree::
1717
:maxdepth: 1
1818

19-
trainer_config_helpers/index.rst
2019
trainer_config_helpers/optimizers.rst
2120
trainer_config_helpers/data_sources.rst
2221
trainer_config_helpers/layers.rst
@@ -33,4 +32,4 @@ Applications API
3332
.. toctree::
3433
:maxdepth: 1
3534

36-
predict/swig_py_paddle_en.rst
35+
predict/swig_py_paddle_en.rst
File renamed without changes.

doc/getstarted/build_and_install/build_from_source.md renamed to doc/getstarted/build_and_install/build_from_source_en.md

File renamed without changes.
File renamed without changes.

doc/getstarted/build_and_install/index.rst renamed to doc/getstarted/build_and_install/index_en.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ Install PaddlePaddle
66

77
.. toctree::
88
:maxdepth: 1
9-
:glob:
109

11-
docker_install.rst
12-
ubuntu_install.rst
10+
docker_install_en.rst
11+
ubuntu_install_en.rst
1312

1413
Build from Source
1514
-----------------
@@ -20,6 +19,5 @@ Build from Source
2019

2120
.. toctree::
2221
:maxdepth: 1
23-
:glob:
2422

25-
build_from_source.md
23+
build_from_source_en.md
File renamed without changes.

doc/getstarted/index.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)