Skip to content

Commit

Permalink
Fixed references
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonhout committed Jul 27, 2016
1 parent 03dbcaf commit 90dd1d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The Windsurf model can be executed from the command-line using the
windsurf
^^^^^^^^

.. automodule:: windsurf.console
.. automodule:: console
:members:


Expand Down
8 changes: 4 additions & 4 deletions docs/sourcecode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,31 +9,31 @@ documented in the following sections.
model
-----

.. automodule:: windsurf.model
.. automodule:: model
:members:
:private-members:
:special-members:

netcdf
------

.. automodule:: windsurf.netcdf
.. automodule:: netcdf
:members:
:private-members:
:special-members:

parsers
-------

.. automodule:: windsurf.parsers
.. automodule:: parsers
:members:
:private-members:
:special-members:

console
-------

.. automodule:: windsurf.console
.. automodule:: console
:members:
:private-members:
:special-members:

0 comments on commit 90dd1d3

Please sign in to comment.