diff --git a/doc/fluid/api_cn/api_guides/index.rst b/doc/fluid/api_cn/api_guides/index.rst index dc8d04ad584..fbbad453b24 100755 --- a/doc/fluid/api_cn/api_guides/index.rst +++ b/doc/fluid/api_cn/api_guides/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 +