From e11324258c8915e6f740671acb857ec46e1f9350 Mon Sep 17 00:00:00 2001 From: tink2123 Date: Wed, 31 Oct 2018 10:11:40 +0800 Subject: [PATCH] update api_guides index --- doc/fluid/api/api_guides/index.rst | 4 ++++ doc/fluid/api/api_guides/low_level/layers/index.rst | 13 ++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/fluid/api/api_guides/index.rst b/doc/fluid/api/api_guides/index.rst index 98c3d4ca6..b8a8a958c 100644 --- a/doc/fluid/api/api_guides/index.rst +++ b/doc/fluid/api/api_guides/index.rst @@ -7,4 +7,8 @@ API Guide :maxdepth: 1 high_low_level_api.md + low_level/layers/index.rst + low_level/executor.rst low_level/inference.rst + low_level/metrics.rst + low_level/optimizer.rst diff --git a/doc/fluid/api/api_guides/low_level/layers/index.rst b/doc/fluid/api/api_guides/low_level/layers/index.rst index 3f664ae1e..8de1bbf45 100644 --- a/doc/fluid/api/api_guides/low_level/layers/index.rst +++ b/doc/fluid/api/api_guides/low_level/layers/index.rst @@ -4,4 +4,15 @@ fluid.layers .. toctree:: :maxdepth: 1 - \ No newline at end of file + + activations.rst + control_flow.rst + conv.rst + data_in_out.rst + detection.rst + index_en.rst + loss_function.rst + math.rst + model_save_reader.rst + pooling.rst + sequence.rst -- GitLab