From a302e361c6974814cd79cac05c7e15e30e766073 Mon Sep 17 00:00:00 2001 From: Shan Yi <35982308+shanyi15@users.noreply.github.com> Date: Fri, 16 Nov 2018 10:50:32 +0800 Subject: [PATCH] Create index_cn.rst --- doc/fluid/api/index_cn.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/fluid/api/index_cn.rst diff --git a/doc/fluid/api/index_cn.rst b/doc/fluid/api/index_cn.rst new file mode 100644 index 000000000..46b8fa067 --- /dev/null +++ b/doc/fluid/api/index_cn.rst @@ -0,0 +1,27 @@ +============= +API Reference +============= + +.. toctree:: + :maxdepth: 1 + + api_guides/index.rst + + fluid.rst + average.rst + backward.rst + clip.rst + data.rst + data_feeder.rst + executor.rst + initializer.rst + io.rst + layers.rst + metrics.rst + nets.rst + optimizer.rst + param_attr.rst + profiler.rst + regularizer.rst + transpiler.rst + -- GitLab