Skip to content

Commit

Permalink
fix automodule
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jun 2, 2018
1 parent f2ae047 commit 2448415
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion doc/source/api.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
API Reference
=============

.. automodule:: graphtools
.. automodule:: graphtools.api
:members:
:undoc-members:
:inherited-members:
:show-inheritance:

.. automodule:: graphtools.graphs
:members:
:undoc-members:
:inherited-members:
:show-inheritance:

.. automodule:: graphtools.base
:members:
:undoc-members:
:inherited-members:
:show-inheritance:

.. automodule:: graphtools.utils
:members:
:undoc-members:
:inherited-members:
:show-inheritance:

.. automodule:: graphtools.logging
:members:
:undoc-members:
:inherited-members:
Expand Down

0 comments on commit 2448415

Please sign in to comment.