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 74d3d36 commit 79996cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx']#,'autoapi.extension']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx','sphinx.ext.autosectionlabel']#,'autoapi.extension']

# Document Python Code
#autoapi_type = 'python'
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ activationfunction
Identity
++++++++++++++++++++++

.. automodule:: pydeep.base.activationfunction.Identity
.. autoclass:: pydeep.base.activationfunction.Identity
:members:
:private-members:
:special-members: __init__
Expand Down
7 changes: 6 additions & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ Installation
##################################

coming soon!
:ref:`pydeep.rbm.sampler`

wdadad :ref:`pydeep`
wdadad :ref:`activationfunction`
wdadad :ref:`pydeep.base.activationfunction`
wdadad :ref:`pydeep.base.activationfunction.Identity`
wdadad :ref:`Identity`

0 comments on commit 79996cd

Please sign in to comment.