Skip to content

Commit

Permalink
more informative docs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Jun 2, 2018
1 parent 90150ea commit 45dfc7a
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions doc/source/reference.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
Reference
=========

API
---

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

Graph Classes
-------------

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

Base Classes
------------

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

Utilities
---------

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

Logging
-------

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

0 comments on commit 45dfc7a

Please sign in to comment.