Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jreniel committed Oct 23, 2020
1 parent 910f44c commit c2db7de
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ examples/example_1/staging
build/
dist/
*.egg*
**/*/__pycache__
__pycache__

1 change: 1 addition & 0 deletions docs/source/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ API Documentation
driver
mesh
param
stations
pyschism
1 change: 1 addition & 0 deletions docs/source/api/param.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ Param

.. autoclass:: pyschism.param.param.Param
:members:
:noindex:
:undoc-members:
8 changes: 0 additions & 8 deletions docs/source/api/pyschism.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,3 @@ pyschism
pyschism.mesh
pyschism.param
pyschism.forcing

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

.. automodule:: pyschism
:members:
:undoc-members:
:show-inheritance:
5 changes: 5 additions & 0 deletions docs/source/api/stations.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Stations
========

.. autoclass:: pyschism.stations.Stations
:members:

0 comments on commit c2db7de

Please sign in to comment.