Skip to content

Commit

Permalink
Add Python API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
r-barnes committed Dec 20, 2017
1 parent 20ae742 commit cf3fd34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# 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.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../wrappers/pyrichdem/'))

# -- General configuration ------------------------------------------------

Expand Down
3 changes: 2 additions & 1 deletion docs/python_api.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
RichDEM Python Reference
========================

.. automodule:: richdem
.. automodule:: richdem
:members:

0 comments on commit cf3fd34

Please sign in to comment.