diff --git a/doc/fluid/api_guides/index_cn.rst b/doc/fluid/api_guides/index_cn.rst index a27d6d2faeaea408e4df2575779bcf5f23bae341..98c3d4ca63c9770d6a154378a01b0c67e6f0cc77 100644 --- a/doc/fluid/api_guides/index_cn.rst +++ b/doc/fluid/api_guides/index_cn.rst @@ -7,5 +7,4 @@ API Guide :maxdepth: 1 high_low_level_api.md - low_level/index_cn.rst low_level/inference.rst diff --git a/doc/fluid/api_guides/low_level/index_cn.rst b/doc/fluid/api_guides/low_level/index_cn.rst deleted file mode 100644 index 3118eb09a31bcd3bb441ae4ff577e43c37a7f097..0000000000000000000000000000000000000000 --- a/doc/fluid/api_guides/low_level/index_cn.rst +++ /dev/null @@ -1,9 +0,0 @@ -API Guide -========= - -.. toctree:: - - - :maxdepth: 1 - - layers/activations.rst diff --git a/doc/fluid/api_guides/low_level/layers/activations.rst b/doc/fluid/api_guides/low_level/layers/activations.rst index 0b40d67c156965059f443c0866da1ba10aafbc6a..f101e460da614f87cc849c82e598ad2b57e04875 100644 --- a/doc/fluid/api_guides/low_level/layers/activations.rst +++ b/doc/fluid/api_guides/low_level/layers/activations.rst @@ -14,7 +14,7 @@ PaddlePaddle Fluid 对大部分的激活函数进行了支持,其中有: Fluid提供了两种使用激活函数的方式: ============== -- 如果一个层的接口提供了 :code:`act` 变量(默认值为None),我们可以通过该变量指定该层的激活函数类型。该方式支持常见的激活函数,:code:`relu`, :code:`tanh`, :code:`sigmoid`, :code:`identity`。 +- 如果一个层的接口提供了 :code:`act` 变量(默认值为None),我们可以通过该变量指定该层的激活函数类型。该方式支持常见的激活函数: :code:`relu`, :code:`tanh`, :code:`sigmoid`, :code:`identity`。 .. code-block:: python