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 e7d5d08 commit 4e39b80
Show file tree
Hide file tree
Showing 6 changed files with 184 additions and 192 deletions.
50 changes: 0 additions & 50 deletions docs/base.rst

This file was deleted.

196 changes: 174 additions & 22 deletions docs/documentation.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
===================
Documentation
===================

pydeep
===================
###############################

.. automodule:: pydeep
:members:
Expand All @@ -12,25 +8,181 @@ pydeep
:inherited-members:

base
###############################
.. toctree::
:maxdepth: 8
base<base.rst>
********************************

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

activationfunction
================================

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

basicstructure
================================

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

corruptor
================================

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

costfunction
================================

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

numpyextension
================================

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

misc
###############################
.. toctree::
:maxdepth: 8
misc<misc.rst>
**********************************

preprocessing
###############################
.. toctree::
:maxdepth: 8
preprocessing<preprocessing.rst>
.. automodule:: pydeep.misc
:members:
:private-members:
:special-members: __init__
:inherited-members:

io
================================

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

measuring
================================

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

sshthreadpool
================================

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

toyproblems
================================

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

visualization
================================

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

rbm
###############################
.. toctree::
:maxdepth: 8
rbm<rbm.rst>
**********************************

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

model
================================

.. automodule:: pydeep.rbm.model
:members:
:private-members:
:special-members: __init__
: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:
:private-members:
:special-members: __init__
:inherited-members:

estimator
================================

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

dbn
================================

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

preprocessing
**********************************

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

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

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

Installation<installation.rst>

Overview
===================
.. toctree::

Features<overview.rst>

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

Tutorials<tutorial.rst>

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

Documentation<documentation.rst>

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

* :ref:`genindex`
* :ref:`modindex`
Expand Down
50 changes: 0 additions & 50 deletions docs/misc.rst

This file was deleted.

5 changes: 0 additions & 5 deletions docs/preprocessing.rst

This file was deleted.

0 comments on commit 4e39b80

Please sign in to comment.