Skip to content

Commit

Permalink
Merge pull request #7078 from kuke/fix_two_docs
Browse files Browse the repository at this point in the history
Fix two docs
  • Loading branch information
Yibing Liu authored Dec 27, 2017
2 parents 7aed7eb + b222ddc commit 7bf47ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions doc/api/v2/config/layer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions doc/api/v2/fluid/layers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,6 @@ scale
:noindex:


reshape
---------
.. autofunction:: paddle.v2.fluid.layers.reshape
:noindex:


transpose
---------
.. autofunction:: paddle.v2.fluid.layers.transpose
Expand Down

0 comments on commit 7bf47ea

Please sign in to comment.