From f5e2ccdbc765e81e69db595407c9e17e051538cf Mon Sep 17 00:00:00 2001 From: shanyi15 Date: Thu, 6 Dec 2018 20:51:31 +0800 Subject: [PATCH] add_toctree --- doc/fluid/api_cn/api_guides/index.rst | 5 ++++- .../{cluster => distributed}/cluster_train_data_cn.rst | 0 doc/fluid/api_cn/api_guides/low_level/distributed/index.rst | 3 +++ doc/fluid/api_cn/api_guides/low_level/layers/index.rst | 5 ++++- 4 files changed, 11 insertions(+), 2 deletions(-) rename doc/fluid/api_cn/api_guides/low_level/{cluster => distributed}/cluster_train_data_cn.rst (100%) diff --git a/doc/fluid/api_cn/api_guides/index.rst b/doc/fluid/api_cn/api_guides/index.rst index fe96d6e912b..09539fe1522 100755 --- a/doc/fluid/api_cn/api_guides/index.rst +++ b/doc/fluid/api_cn/api_guides/index.rst @@ -3,7 +3,7 @@ API使用指南 =========== .. toctree:: - :titlesonly: + :titlesonly: high_low_level_api.md low_level/layers/index.rst @@ -13,3 +13,6 @@ API使用指南 low_level/model_save_reader.rst low_level/inference.rst low_level/distributed/index.rst + low_level/memory_optimize.rst + low_level/nets.rst + low_level/parallel_executor.rst diff --git a/doc/fluid/api_cn/api_guides/low_level/cluster/cluster_train_data_cn.rst b/doc/fluid/api_cn/api_guides/low_level/distributed/cluster_train_data_cn.rst similarity index 100% rename from doc/fluid/api_cn/api_guides/low_level/cluster/cluster_train_data_cn.rst rename to doc/fluid/api_cn/api_guides/low_level/distributed/cluster_train_data_cn.rst diff --git a/doc/fluid/api_cn/api_guides/low_level/distributed/index.rst b/doc/fluid/api_cn/api_guides/low_level/distributed/index.rst index 5a570461e86..d689921f147 100644 --- a/doc/fluid/api_cn/api_guides/low_level/distributed/index.rst +++ b/doc/fluid/api_cn/api_guides/low_level/distributed/index.rst @@ -5,7 +5,10 @@ .. toctree:: :maxdepth: 1 + sync_training.rst async_training.rst cpu_train_best_practice.rst large_scale_sparse_feature_training.rst + cluster_train_data_cn.rst + diff --git a/doc/fluid/api_cn/api_guides/low_level/layers/index.rst b/doc/fluid/api_cn/api_guides/low_level/layers/index.rst index df9f56a9754..78bf1fa1f2f 100644 --- a/doc/fluid/api_cn/api_guides/low_level/layers/index.rst +++ b/doc/fluid/api_cn/api_guides/low_level/layers/index.rst @@ -15,4 +15,7 @@ data_in_out.rst control_flow.rst sparse_update.rst - + data_feeder.rst + learning_rate_scheduler.rst + tensor.rst +