From 66e90d641cfc041e4515c923cdee5d75cf38da49 Mon Sep 17 00:00:00 2001 From: Dong Daxiang <35550832+guru4elephant@users.noreply.github.com> Date: Mon, 21 Oct 2019 14:32:24 +0800 Subject: [PATCH] New tree (#1524) * Update save_load_variables.rst (#1520) * update 1_6 release * fix readme test=document_preview * add new tree index --- README.md | 1 + doc/fluid/api_cn/index_cn.rst | 28 +++++++++++++++++++++++----- 2 files changed, 24 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c35448f3..b1852379e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ English | [简体中文](./README_cn.md) + # Introduction FluidDoc consolidates all the documentations related to Paddle. It supplies the contents to PaddlePaddle.org via CI. diff --git a/doc/fluid/api_cn/index_cn.rst b/doc/fluid/api_cn/index_cn.rst index ca65deb53..1a536f606 100644 --- a/doc/fluid/api_cn/index_cn.rst +++ b/doc/fluid/api_cn/index_cn.rst @@ -1,10 +1,28 @@ -===== -API -===== +============= +API Reference +============= .. toctree:: :maxdepth: 1 - ../api_guides/index_cn.rst + ../api_guides/index.rst + fluid_cn.rst api_tree_cn.rst - + average_cn.rst + backward_cn.rst + clip_cn.rst + data_feeder_cn.rst + dataset_cn.rst + dygraph_cn.rst + executor_cn.rst + index_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 -- GitLab