diff --git a/source/advanced_usage/index.rst b/source/advanced_usage/index.rst index d81c44677cfa99..a3411fd5d03609 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 c945054fd1c647..00000000000000 --- 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 64c8f3bd4e6896..e02395a8ae577b 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