From e883e985d6dcc764d6180905246a818987ad45d1 Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Wed, 27 Dec 2017 11:04:56 +0000 Subject: [PATCH 1/2] Remove duplicated reshape_op's doc on html --- doc/api/v2/fluid/layers.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/api/v2/fluid/layers.rst b/doc/api/v2/fluid/layers.rst index 939731c0f3438..004ee2d8c85ce 100644 --- a/doc/api/v2/fluid/layers.rst +++ b/doc/api/v2/fluid/layers.rst @@ -68,12 +68,6 @@ scale :noindex: -reshape ---------- -.. autofunction:: paddle.v2.fluid.layers.reshape - :noindex: - - transpose --------- .. autofunction:: paddle.v2.fluid.layers.transpose From b222ddcab7a6b24e4ea5780f00bde8eb15d512cb Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Wed, 27 Dec 2017 11:06:16 +0000 Subject: [PATCH 2/2] Add sub_seq's doc on html --- doc/api/v2/config/layer.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/api/v2/config/layer.rst b/doc/api/v2/config/layer.rst index d81481ca819c1..ddf0b055a92d8 100644 --- a/doc/api/v2/config/layer.rst +++ b/doc/api/v2/config/layer.rst @@ -252,6 +252,11 @@ first_seq .. autoclass:: paddle.v2.layer.first_seq :noindex: +sub_seq +--------- +.. autoclass:: paddle.v2.layer.sub_seq + :noindex: + concat ------ .. autoclass:: paddle.v2.layer.concat