diff --git a/doc/fluid/api/gen_index.py b/doc/fluid/api/gen_index.py index e6b86270964aec33bf1c546a52afeee1d81a4dc1..4189918e875f0594f411e1d4e83ac366dbfa9d0f 100644 --- a/doc/fluid/api/gen_index.py +++ b/doc/fluid/api/gen_index.py @@ -10,10 +10,10 @@ API Reference ============= .. toctree:: - :maxdepth: 1 + ''') - file_object.write(' api_guides/index.rst'+'\n') + file_object.write(' ../api_guides/index_en.rst'+'\n') file_object.write(' fluid.rst'+'\n') for file_name in sorted(glob.glob("*.rst")): if file_name != ('index_en.rst' and 'fluid.rst'): diff --git a/doc/fluid/api/index_en.rst b/doc/fluid/api/index_en.rst index 88f460f608a3a38bb2e2aea5bae6ca2ca32642e9..d49136c06b736fd309102864b769506f35a601ab 100644 --- a/doc/fluid/api/index_en.rst +++ b/doc/fluid/api/index_en.rst @@ -3,8 +3,9 @@ API Reference ============= .. toctree:: - :maxdepth: 1 + + ../api_guides/index_en.rst fluid.rst average.rst backward.rst diff --git a/doc/fluid/api_guides/low_level/layers/executor_en.rst b/doc/fluid/api_guides/low_level/executor_en.rst similarity index 100% rename from doc/fluid/api_guides/low_level/layers/executor_en.rst rename to doc/fluid/api_guides/low_level/executor_en.rst diff --git a/doc/fluid/api_guides/low_level/layers/tensor_en.rst b/doc/fluid/api_guides/low_level/layers/tensor_en.rst index 5e95007a65da0ff52fae1c37477ba432bc887af4..0f1e2e088866c1770b2015fffdb4dc2e99d082dc 100755 --- a/doc/fluid/api_guides/low_level/layers/tensor_en.rst +++ b/doc/fluid/api_guides/low_level/layers/tensor_en.rst @@ -4,7 +4,7 @@ Tensor ######## -There are two data structures used in Fluid to host the data, namely `Tensor and LoD_Tensor <../../../user_guides/howto/prepare_data/lod_tensor_en.html>`_. LoD-Tensor is a unique concept of Fluid, which appends sequence information to Tensor. The data that can be transferred in the framework includes: input, output, and learnable parameters in the network. All of them are uniformly represented by LoD-Tensor. In addition, tensor can be regarded as a special LoD-Tensor. +There are two data structures used in Fluid to host the data, namely `Tensor and LoD_Tensor <../../../user_guides/howto/basic_concept/lod_tensor_en.html>`_ . LoD-Tensor is a unique concept of Fluid, which appends sequence information to Tensor. The data that can be transferred in the framework includes: input, output, and learnable parameters in the network. All of them are uniformly represented by LoD-Tensor. In addition, tensor can be regarded as a special LoD-Tensor. Now let's take a closer look at the operations related to these two types of data. @@ -125,7 +125,7 @@ API reference : :ref:`api_fluid_layers_reverse` LoD-Tensor ============ -LoD-Tensor is very suitable for sequence data. For related knowledge, please read `LoD_Tensor <../../../user_guides/howto/prepare_data/lod_tensor_en.html>`_. +LoD-Tensor is very suitable for sequence data. For related knowledge, please read `Tensor and LoD_Tensor <../../../user_guides/howto/basic_concept/lod_tensor_en.html>`_ . 1.create_lod_tensor ----------------------- diff --git a/doc/fluid/beginners_guide/index_en.rst b/doc/fluid/beginners_guide/index_en.rst index 858911b47e54ed1a47bdfcb30f05ec8a138b06d9..b4aed76cc0998bb66c966356c21259e1183c1bd7 100644 --- a/doc/fluid/beginners_guide/index_en.rst +++ b/doc/fluid/beginners_guide/index_en.rst @@ -13,15 +13,15 @@ For beginners of PaddlePaddle, the following documentation will tutor you about The following resources are recommended for novices in deep learning: - - `Resources <../beginners_guide/basics/learning_materials.html>`_ :Selected books and lectures about machine learning, deep learning and programming languages. + - `Resources <../beginners_guide/basics/learning_materials_en.html>`_ :Selected books and lectures about machine learning, deep learning and programming languages. If you have been armed with certain level of deep learning knowledge, and it happens to be the first time to try PaddlePaddle, the following cases of model building will expedite your learning process: - - `Programming with Fluid <../beginners_guide/programming_guide/programming_guide.html>`_ : Core concepts and basic usage of Fluid + - `Programming with Fluid <../beginners_guide/programming_guide/programming_guide_en.html>`_ : Core concepts and basic usage of Fluid - - `Quick Start <../beginners_guide/quick_start/index.html>`_: Two easy-to-go models, linear regression model and digit recognition model, are in place to speed up your study of training neural networks + - `Quick Start <../beginners_guide/quick_start/index_en.html>`_: Two easy-to-go models, linear regression model and digit recognition model, are in place to speed up your study of training neural networks - - `Deep Learning <../beginners_guide/basics/index.html>`_: This section encompasses various fields of fundamental deep learning knowledge, such as image classification, customized recommendation, machine translation, and examples implemented by Fluid are provided. + - `Deep Learning Basics <../beginners_guide/basics/index_en.html>`_: This section encompasses various fields of fundamental deep learning knowledge, such as image classification, customized recommendation, machine translation, and examples implemented by Fluid are provided. .. toctree:: @@ -29,4 +29,4 @@ If you have been armed with certain level of deep learning knowledge, and it hap install/index_en.rst basics/learning_materials_en.md - + programming_guide/programming_guide_en.md