Skip to content

Commit

Permalink
added basic docs setup
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Jul 13, 2017
1 parent 772a7ce commit 529f2a0
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 0 deletions.
Empty file modified build_docs.sh
100644 → 100755
Empty file.
7 changes: 7 additions & 0 deletions docs/source/api/graphi.compatibility.python2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
graphi\.compatibility\.python2 module
=====================================

.. automodule:: graphi.compatibility.python2
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/api/graphi.compatibility.python3.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
graphi\.compatibility\.python3 module
=====================================

.. automodule:: graphi.compatibility.python3
:members:
:undoc-members:
:show-inheritance:
16 changes: 16 additions & 0 deletions docs/source/api/graphi.compatibility.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
graphi\.compatibility package
=============================

.. automodule:: graphi.compatibility
:members:
:undoc-members:
:show-inheritance:

Submodules
----------

.. toctree::

graphi.compatibility.python2
graphi.compatibility.python3

7 changes: 7 additions & 0 deletions docs/source/api/graphi.edge.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
graphi\.edge module
===================

.. automodule:: graphi.edge
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/api/graphi.graph.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
graphi\.graph module
====================

.. automodule:: graphi.graph
:members:
:undoc-members:
:show-inheritance:
23 changes: 23 additions & 0 deletions docs/source/api/graphi.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
graphi package
==============

.. automodule:: graphi
:members:
:undoc-members:
:show-inheritance:

Subpackages
-----------

.. toctree::

graphi.compatibility

Submodules
----------

.. toctree::

graphi.edge
graphi.graph

7 changes: 7 additions & 0 deletions docs/source/api/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
graphi
======

.. toctree::
:maxdepth: 4

graphi

0 comments on commit 529f2a0

Please sign in to comment.