Skip to content

Commit

Permalink
Fix for autodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
arbennett committed May 8, 2019
1 parent f58d96c commit 515adf2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 32 deletions.
65 changes: 35 additions & 30 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,35 +13,40 @@ Simulation
=======
.. automodule:: pysumma.simulation
:members:
:undoc-members:
:show-inheritance:

.. Ensemble
.. =======
.. .. automodule:: pysumma.ensemble
.. :members:
..
.. File Manager
.. =========
.. .. automodule:: pysumma.file_manager
.. :members:
..
.. Decisions
.. =========
.. .. automodule:: pysumma.decisions
.. :members:
..
.. Output Control
.. =========
.. .. automodule:: pysumma.output_control
.. :members:
..
.. Local Param Info
.. =========
.. .. automodule:: pysumma.local_param_info
.. :members:
..
.. Basin Param Info
.. =========
.. .. automodule:: pysumma.basin_param_info
.. :members:
Ensemble
=======
.. automodule:: pysumma.ensemble
:members:
:show-inheritance:

File Manager
=========
.. automodule:: pysumma.file_manager
:members:
:show-inheritance:

Decisions
=========
.. automodule:: pysumma.decisions
:members:
:show-inheritance:

Output Control
=========
.. automodule:: pysumma.output_control
:members:
:show-inheritance:

Local Param Info
=========
.. automodule:: pysumma.local_param_info
:members:
:show-inheritance:

Basin Param Info
=========
.. automodule:: pysumma.basin_param_info
:members:
:show-inheritance:
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../'))
sys.path.insert(0, os.path.abspath('../pysumma'))

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

Expand Down
2 changes: 0 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,3 @@ Sitemap
:maxdepth: 3

api
source/pysumma.rst
source/modules.rst

0 comments on commit 515adf2

Please sign in to comment.