From 8f3df7f6666e97bf3f7d4038d72813a4f3897b3a Mon Sep 17 00:00:00 2001 From: xsrobin <50069408+xsrobin@users.noreply.github.com> Date: Wed, 7 Aug 2019 15:45:21 +0800 Subject: [PATCH] modify api structure (#1084) * test=document_preview * test=document_preview --- doc/fluid/api_cn/api_tree_cn.rst | 29 +++++++++++++++++++++++++++++ doc/fluid/api_cn/index_cn.rst | 23 +---------------------- doc/fluid/api_guides/index_cn.rst | 2 +- doc/fluid/index_cn.rst | 1 + 4 files changed, 32 insertions(+), 23 deletions(-) create mode 100644 doc/fluid/api_cn/api_tree_cn.rst diff --git a/doc/fluid/api_cn/api_tree_cn.rst b/doc/fluid/api_cn/api_tree_cn.rst new file mode 100644 index 000000000..3abcd3a18 --- /dev/null +++ b/doc/fluid/api_cn/api_tree_cn.rst @@ -0,0 +1,29 @@ +======== +API接口 +======== + +.. toctree:: + :maxdepth: 1 + + fluid_cn.rst + average_cn.rst + backward_cn.rst + clip_cn.rst + data/data_reader_cn.rst + data/dataset_cn.rst + data_feeder_cn.rst + dataset_cn.rst + dygraph_cn.rst + executor_cn.rst + initializer_cn.rst + io_cn.rst + layers_cn.rst + metrics_cn.rst + nets_cn.rst + optimizer_cn.rst + profiler_cn.rst + regularizer_cn.rst + transpiler_cn.rst + unique_name_cn.rst + + diff --git a/doc/fluid/api_cn/index_cn.rst b/doc/fluid/api_cn/index_cn.rst index 5d53978e9..ca65deb53 100644 --- a/doc/fluid/api_cn/index_cn.rst +++ b/doc/fluid/api_cn/index_cn.rst @@ -5,27 +5,6 @@ API .. toctree:: :maxdepth: 1 - ../flags_cn.rst ../api_guides/index_cn.rst - fluid_cn.rst - average_cn.rst - backward_cn.rst - clip_cn.rst - data/data_reader_cn.rst - data/dataset_cn.rst - data_feeder_cn.rst - dataset_cn.rst - dygraph_cn.rst - executor_cn.rst - initializer_cn.rst - io_cn.rst - layers_cn.rst - metrics_cn.rst - nets_cn.rst - optimizer_cn.rst - profiler_cn.rst - regularizer_cn.rst - transpiler_cn.rst - unique_name_cn.rst - + api_tree_cn.rst diff --git a/doc/fluid/api_guides/index_cn.rst b/doc/fluid/api_guides/index_cn.rst index ee81d9ef2..01086f5c0 100755 --- a/doc/fluid/api_guides/index_cn.rst +++ b/doc/fluid/api_guides/index_cn.rst @@ -1,5 +1,5 @@ =========== -API分类检索 +API功能分类 =========== 本模块分功能向您介绍PaddlePaddle Fluid的API体系和用法,提高您的查找效率,帮助您快速了解PaddlePaddle Fluid API的全貌,包括以下几个模块: diff --git a/doc/fluid/index_cn.rst b/doc/fluid/index_cn.rst index 5615c1015..83e8b73bb 100644 --- a/doc/fluid/index_cn.rst +++ b/doc/fluid/index_cn.rst @@ -15,5 +15,6 @@ user_guides/index_cn.rst advanced_usage/index_cn.rst api_cn/index_cn.rst + flags_cn.rst faq/index_cn.rst release_note_cn.rst -- GitLab