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 4e39b80 commit 3100424
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 36 deletions.
51 changes: 22 additions & 29 deletions docs/documentation.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
Documentation
================

pydeep
###############################

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

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

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

activationfunction
================================
~~~~~~~~~~~~~~~~~~~~~~

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

basicstructure
================================
~~~~~~~~~~~~~~~~~~~~~~

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

corruptor
================================
~~~~~~~~~~~~~~~~~~~~~~

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

costfunction
================================
~~~~~~~~~~~~~~~~~~~~~~

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

numpyextension
================================
~~~~~~~~~~~~~~~~~~~~~~

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

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

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

io
================================
~~~~~~~~~~~~~~~~~~~~~~

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

measuring
================================
~~~~~~~~~~~~~~~~~~~~~~

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

sshthreadpool
================================
~~~~~~~~~~~~~~~~~~~~~~

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

toyproblems
================================
~~~~~~~~~~~~~~~~~~~~~~

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

visualization
================================
~~~~~~~~~~~~~~~~~~~~~~

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

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

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

model
================================
~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: pydeep.rbm.model
:members:
Expand All @@ -134,25 +136,16 @@ model
:inherited-members:

trainer
================================
~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: pydeep.rbm.trainer
:members:
:private-members:
:special-members: __init__
:inherited-members:

CD
#################################

.. autoclass:: pydeep.rbm.trainer.CD
:members:
:private-members:
:special-members: __init__
:inherited-members:

sampler
================================
~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: pydeep.rbm.sampler
:members:
Expand All @@ -161,7 +154,7 @@ sampler
:inherited-members:

estimator
================================
~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: pydeep.rbm.estimator
:members:
Expand All @@ -170,7 +163,7 @@ estimator
:inherited-members:

dbn
================================
~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: pydeep.rbm.dbn
:members:
Expand All @@ -179,7 +172,7 @@ dbn
:inherited-members:

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

.. automodule:: pydeep.preprocessing
:members:
Expand Down
11 changes: 6 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,36 +3,37 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
================================================
Welcome to PyDeep's documentation!
##################################
================================================

.. toctree::
:maxdepth: 8
:caption: Contents:

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

Installation<installation.rst>

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

Tutorials<tutorial.rst>

Documentation
##################################
================
.. toctree::
:maxdepth: 8

Documentation<documentation.rst>

Indices and tables
##################################
================

* :ref:`genindex`
* :ref:`modindex`
Expand Down
2 changes: 1 addition & 1 deletion docs/overview.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Overview
##################################
================

coming soon!
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Tutorials
##################################
================

coming soon!

0 comments on commit 3100424

Please sign in to comment.