Skip to content

Commit

Permalink
module docs autogenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
ischlo committed Oct 24, 2024
1 parent 93580a4 commit b3ea638
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
name: Publish Python 🐍 distribution 📦 to PyPI

# on: push
on:
Expand Down
14 changes: 7 additions & 7 deletions source/api.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
API
===


The API consists in a set of modules helping with plotting, data ingestion and manipulation. See the guides for a full set of examples and applications.

.. autosummary::
:toctree: generated
:recursive:
:caption: Reference
.. toctree::
:maxdepth: 1
:caption: Modules:

scalenav

api/rast_converter
api/data
api/scale_nav
api/plotting
3 changes: 3 additions & 0 deletions source/api/data.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

.. automodule:: scalenav.data
:members:
4 changes: 4 additions & 0 deletions source/api/plotting.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@


.. automodule:: scalenav.plotting
:members:
5 changes: 5 additions & 0 deletions source/api/rast_converter.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@



.. automodule:: scalenav.rast_converter
:members:
3 changes: 3 additions & 0 deletions source/api/scale_nav.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

.. automodule:: scalenav.scale_nav
:members:
18 changes: 0 additions & 18 deletions source/generated/scalenav.data.rst

This file was deleted.

13 changes: 0 additions & 13 deletions source/generated/scalenav.oop.rst

This file was deleted.

12 changes: 0 additions & 12 deletions source/generated/scalenav.plotting.rst

This file was deleted.

12 changes: 0 additions & 12 deletions source/generated/scalenav.rast_converter.rst

This file was deleted.

19 changes: 0 additions & 19 deletions source/generated/scalenav.rst

This file was deleted.

14 changes: 0 additions & 14 deletions source/generated/scalenav.scale_nav.rst

This file was deleted.

6 changes: 0 additions & 6 deletions source/generated/scalenav.setup.rst

This file was deleted.

6 changes: 0 additions & 6 deletions source/generated/scalenav.utils.rst

This file was deleted.

0 comments on commit b3ea638

Please sign in to comment.