Skip to content

Commit

Permalink
Add iapws submodule list to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jjgomera committed Jan 18, 2017
1 parent 578cb2b commit eed6f9f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
# 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.
print(os.path.abspath('..'))
sys.path.insert(0, os.path.abspath('..'))

# -- General configuration ------------------------------------------------
Expand Down
20 changes: 20 additions & 0 deletions docs/iapws.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
iapws package
==============

Submodules
----------

.. toctree::

iapws._iapws
iapws.iapws95
iapws.iapws97
iapws.iapws08

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

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

0 comments on commit eed6f9f

Please sign in to comment.