Merge pull request #463 from luotao1/doc2

modify document directory structure in model config helpers
avx_docs
Tao Luo 9 years ago committed by GitHub
commit a0bd8952af

@ -8,7 +8,7 @@ User Guide
* [Build and Installation](build/index.rst)
* [Contribute Code](build/contribute_to_paddle.md)
* [User Interface](ui/index.md)
* [Model Config Interface](ui/api/trainer_config_helpers/index.md)
* [Model Config Interface](ui/api/trainer_config_helpers/index.rst)
* [Example and Demo](demo/index.md)
* [Cluster Train](cluster/index.md)

@ -1,3 +1,7 @@
===========
Activations
===========
BaseActivation
==============
@ -102,4 +106,3 @@ STanhActivation
.. automodule:: paddle.trainer_config_helpers.activations
:members: STanhActivation
:noindex:

@ -1,7 +0,0 @@
Activations
===========
.. toctree::
:maxdepth: 3
activations.rst

@ -1,3 +1,7 @@
==========
Evaluators
==========
Base
====
.. automodule:: paddle.trainer_config_helpers.evaluators

@ -1,7 +0,0 @@
Evaluators
==========
.. toctree::
:maxdepth: 3
evaluators.rst

@ -1,10 +0,0 @@
# Model Config Interface
* [Optimizer](optimizers_index.rst)
* [Data Source](data_sources.rst)
* [Layers](layers_index.rst)
* [Activations](activations_index.rst)
* [Poolings](poolings_index.rst)
* [Networks](networks_index.rst)
* [Evaluators](evaluators_index.rst)
* [Parameter and Extra Layer Attribute](attrs.rst)

@ -0,0 +1,14 @@
Model Config Interface
======================
.. toctree::
:maxdepth: 1
optimizers.rst
data_sources.rst
layers.rst
activations.rst
poolings.rst
networks.rst
evaluators.rst
attrs.rst

@ -1,3 +1,7 @@
======
Layers
======
Base
======
@ -47,7 +51,7 @@ conv_operator
:noindex:
conv_projection
-------------
---------------
.. automodule:: paddle.trainer_config_helpers.layers
:members: conv_projection
:noindex:

@ -1,7 +0,0 @@
Layers
======
.. toctree::
:maxdepth: 3
layers.rst

@ -1,3 +1,9 @@
========
Networks
========
The networks module contains pieces of neural network that combine multiple layers.
NLP
===
@ -111,4 +117,3 @@ outputs
.. automodule:: paddle.trainer_config_helpers.networks
:members: outputs
:noindex:

@ -1,9 +0,0 @@
Networks
========
The networks module contains pieces of neural network that combine multiple layers.
.. toctree::
:maxdepth: 3
networks.rst

@ -1,3 +1,7 @@
==========
Optimizers
==========
BaseSGDOptimizer
================
.. automodule:: paddle.trainer_config_helpers.optimizers
@ -51,4 +55,3 @@ settings
.. automodule:: paddle.trainer_config_helpers.optimizers
:members: settings
:noindex:

@ -1,7 +0,0 @@
Optimizers
==========
.. toctree::
:maxdepth: 3
optimizers.rst

@ -1,3 +1,7 @@
========
Poolings
========
BasePoolingType
===============
.. automodule:: paddle.trainer_config_helpers.poolings
@ -27,4 +31,3 @@ SquareRootNPooling
.. automodule:: paddle.trainer_config_helpers.poolings
:members: SquareRootNPooling
:noindex:

@ -1,9 +0,0 @@
Poolings
========
These pooling types are used for sequence input, not for images.
.. toctree::
:maxdepth: 3
poolings.rst
Loading…
Cancel
Save