Skip to content

Commit

Permalink
further docs refactor to split modules into separate files
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Dec 18, 2024
1 parent 6645f80 commit 2024bea
Show file tree
Hide file tree
Showing 17 changed files with 81 additions and 82 deletions.
37 changes: 0 additions & 37 deletions docs/reference/graphics.rst

This file was deleted.

7 changes: 7 additions & 0 deletions docs/reference/graphics/drawing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
drawing
------------------------------

.. automodule:: swmmio.graphics.drawing
:members:
:undoc-members:
:show-inheritance:
15 changes: 15 additions & 0 deletions docs/reference/graphics/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
graphics
====================

.. only:: html

:Release: |release|

.. toctree::
:maxdepth: 2

swmm_graphics
drawing
utils

.. only:: html
7 changes: 7 additions & 0 deletions docs/reference/graphics/swmm_graphics.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
swmm\_graphics
-------------------------------------

.. automodule:: swmmio.graphics.swmm_graphics
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/reference/graphics/utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
utils
----------------------------

.. automodule:: swmmio.graphics.utils
:members:
:undoc-members:
:show-inheritance:
4 changes: 2 additions & 2 deletions docs/reference/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Reference
swmmio_rpt
elements
utils/index
graphics
version_control
graphics/index
version_control/index

.. only:: html
2 changes: 1 addition & 1 deletion docs/reference/utils/dataframes.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
utils.dataframes module
dataframes
------------------------------

.. automodule:: swmmio.utils.dataframes
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/utils/functions.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
utils.functions module
functions
-----------------------------

.. automodule:: swmmio.utils.functions
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/utils/index.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
utils package
utils
====================

.. only:: html
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/utils/modify_model.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
utils.modify\_model module
modify\_model
---------------------------------

.. automodule:: swmmio.utils.modify_model
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/utils/spatial.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
utils.spatial module
spatial
---------------------------

.. automodule:: swmmio.utils.spatial
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/utils/text.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
utils.text module
text
------------------------

.. automodule:: swmmio.utils.text
Expand Down
37 changes: 0 additions & 37 deletions docs/reference/version_control.rst

This file was deleted.

15 changes: 15 additions & 0 deletions docs/reference/version_control/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version control
====================

.. only:: html

:Release: |release|

.. toctree::
:maxdepth: 2

inp
version_control
utils

.. only:: html
8 changes: 8 additions & 0 deletions docs/reference/version_control/inp.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
inp
----------------------------------

.. automodule:: swmmio.version_control.inp
:members:
:undoc-members:
:show-inheritance:

7 changes: 7 additions & 0 deletions docs/reference/version_control/utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
utils
------------------------------------

.. automodule:: swmmio.version_control.utils
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/reference/version_control/version_control.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version\_control
-----------------------------------------------

.. automodule:: swmmio.version_control.version_control
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 2024bea

Please sign in to comment.