diff --git a/source/advanced_usage/index.rst b/source/advanced_usage/index.rst index d81c44677cfa99b717f927ffb9288f55a4123433..a3411fd5d0360906a642dfcd15315cc4b8881483 100644 --- a/source/advanced_usage/index.rst +++ b/source/advanced_usage/index.rst @@ -8,7 +8,7 @@ Complete this guide .. toctree:: - :maxdepth: 1 + :maxdepth: 2 deploy/index.rst development/index.rst diff --git a/source/user_guides/howto/index.rst b/source/user_guides/howto/index.rst deleted file mode 100644 index c945054fd1c64709559603be90b490ce5888470e..0000000000000000000000000000000000000000 --- a/source/user_guides/howto/index.rst +++ /dev/null @@ -1,12 +0,0 @@ -#################### -如何使用PaddlePaddle -#################### - -.. toctree:: - :maxdepth: 2 - - - prepare_data/index - configure_simple_model/index - training/index - diff --git a/source/user_guides/index.rst b/source/user_guides/index.rst index 64c8f3bd4e6896e84be86bbf76fcb43e57700f17..e02395a8ae577b759dd8a18c33bab6bf2d2513d9 100644 --- a/source/user_guides/index.rst +++ b/source/user_guides/index.rst @@ -10,5 +10,7 @@ .. toctree:: :maxdepth: 2 - howto/index.rst + howto/prepare_data/index + howto/configure_simple_model/index + howto/training/index model_bank/index.rst