Skip to content

Commit

Permalink
Test AutoAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
jan authored and jan committed Apr 7, 2017
1 parent b664413 commit 4d6a7b6
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 27 deletions.
82 changes: 61 additions & 21 deletions docs/documentation.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
pydeep
###############################
===================
Documentation
===================


PyDeep
===================
.. automodule:: pydeep
:members:
:private-members:
:special-members: __init__
:inherited-members:

base
********************************
--------------------------

.. automodule:: pydeep.base
:members:
Expand All @@ -17,7 +21,7 @@ base
:inherited-members:

activationfunction
================================
``````````````````````````

.. automodule:: pydeep.base.activationfunction
:members:
Expand All @@ -26,7 +30,7 @@ activationfunction
:inherited-members:

basicstructure
================================
``````````````````````````

.. automodule:: pydeep.base.basicstructure
:members:
Expand All @@ -35,7 +39,7 @@ basicstructure
:inherited-members:

corruptor
================================
``````````````````````````

.. automodule:: pydeep.base.corruptor
:members:
Expand All @@ -44,7 +48,7 @@ corruptor
:inherited-members:

costfunction
================================
``````````````````````````

.. automodule:: pydeep.base.costfunction
:members:
Expand All @@ -53,7 +57,7 @@ costfunction
:inherited-members:

numpyextension
================================
``````````````````````````

.. automodule:: pydeep.base.numpyextension
:members:
Expand All @@ -62,7 +66,7 @@ numpyextension
:inherited-members:

misc
**********************************
--------------------------

.. automodule:: pydeep.misc
:members:
Expand All @@ -71,7 +75,7 @@ misc
:inherited-members:

io
================================
``````````````````````````

.. automodule:: pydeep.misc.io
:members:
Expand All @@ -80,7 +84,7 @@ io
:inherited-members:

measuring
================================
``````````````````````````

.. automodule:: pydeep.misc.measuring
:members:
Expand All @@ -89,7 +93,7 @@ measuring
:inherited-members:

sshthreadpool
================================
``````````````````````````

.. automodule:: pydeep.misc.sshthreadpool
:members:
Expand All @@ -98,7 +102,7 @@ sshthreadpool
:inherited-members:

toyproblems
================================
``````````````````````````

.. automodule:: pydeep.misc.toyproblems
:members:
Expand All @@ -107,7 +111,7 @@ toyproblems
:inherited-members:

visualization
================================
``````````````````````````

.. automodule:: pydeep.misc.visualization
:members:
Expand All @@ -116,7 +120,7 @@ visualization
:inherited-members:

rbm
**********************************
--------------------------

.. automodule:: pydeep.rbm
:members:
Expand All @@ -125,7 +129,7 @@ rbm
:inherited-members:

model
================================
``````````````````````````

.. automodule:: pydeep.rbm.model
:members:
Expand All @@ -134,7 +138,7 @@ model
:inherited-members:

trainer
================================
``````````````````````````

.. automodule:: pydeep.rbm.trainer
:members:
Expand All @@ -143,7 +147,7 @@ trainer
:inherited-members:

sampler
================================
``````````````````````````

.. automodule:: pydeep.rbm.sampler
:members:
Expand All @@ -152,7 +156,7 @@ sampler
:inherited-members:

estimator
================================
``````````````````````````

.. automodule:: pydeep.rbm.estimator
:members:
Expand All @@ -161,7 +165,7 @@ estimator
:inherited-members:

dbn
================================
``````````````````````````

.. automodule:: pydeep.rbm.dbn
:members:
Expand All @@ -170,10 +174,46 @@ dbn
:inherited-members:

preprocessing
**********************************
--------------------------

.. automodule:: pydeep.preprocessing
:members:
:private-members:
:special-members: __init__
:inherited-members:

STANDARIZER
``````````````````````````

.. autoclass:: pydeep.preprocessing.STANDARIZER
:members:
:private-members:
:special-members: __init__
:inherited-members:

PCA
``````````````````````````

.. autoclass:: pydeep.preprocessing.PCA
:members:
:private-members:
:special-members: __init__
:inherited-members:

ZCA
``````````````````````````

.. autoclass:: pydeep.preprocessing.PCA
:members:
:private-members:
:special-members: __init__
:inherited-members:

ICA
``````````````````````````

.. autoclass:: pydeep.preprocessing.PCA
:members:
:private-members:
:special-members: __init__
:inherited-members:
5 changes: 0 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,29 @@ Welcome to PyDeep
===================

.. toctree::
:maxdepth: 2
:caption: Contents:

Installation
===================
.. toctree::
:maxdepth: 2

Installation<installation.rst>

Overview
===================
.. toctree::
:maxdepth: 2

Features<overview.rst>

Tutorials
===================
.. toctree::
:maxdepth: 2

Tutorials<tutorial.rst>

Documentation
===================
.. toctree::
:maxdepth: 2

Documentation<documentation.rst>

Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ scipy
paramiko
matplotlib
encryptedpickle
sphinx-autoapi

0 comments on commit 4d6a7b6

Please sign in to comment.