Skip to content

Commit

Permalink
Update api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Nov 3, 2018
1 parent c734897 commit 9303d24
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
30 changes: 30 additions & 0 deletions doc/api/donfig.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
donfig package
==============

Submodules
----------

donfig.config\_obj module
-------------------------

.. automodule:: donfig.config_obj
:members:
:undoc-members:
:show-inheritance:

donfig.utils module
-------------------

.. automodule:: donfig.utils
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: donfig
:members:
:undoc-members:
:show-inheritance:
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# To generate apidoc modules:
# sphinx-apidoc -f -T -o api ../donfig ../donfig/tests ../donfig/version.py
import os
import sys
sys.path.insert(0, os.path.abspath('..'))
Expand Down
1 change: 1 addition & 0 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ locations.

installation
configuration
Donfig API <api/donfig>



Expand Down

0 comments on commit 9303d24

Please sign in to comment.