Skip to content

Commit

Permalink
added modules to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Sep 11, 2024
1 parent 75c3037 commit eb523d4
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 36 deletions.
10 changes: 4 additions & 6 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ Indices and tables
.. toctree::
:maxdepth: 2
:hidden:

modules/TRAJECTORY
modules/BOX
modules/SORTING
modules/COUNTOSCOPE
modules/UTILITIES

modules/trajectorytool
modules/boxcountingtool
modules/countoscope
7 changes: 0 additions & 7 deletions docs/source/modules/BOX.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/modules/SORTING.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/modules/TRAJECTORY.rst

This file was deleted.

7 changes: 0 additions & 7 deletions docs/source/modules/UTILITIES.rst

This file was deleted.

7 changes: 7 additions & 0 deletions docs/source/modules/boxcountingtool.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Box Counting Tool
=================

.. automodule:: countoscope.boxcountingtool
:members:
:undoc-members:
:show-inheritance:
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Countoscope
===========

.. automodule:: countoscope.Countoscope
.. automodule:: countoscope.countoscope
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/modules/trajectorytool.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Trajectory Tool
===============

.. automodule:: countoscope.trajectorytool
:members:
:undoc-members:
:show-inheritance:

0 comments on commit eb523d4

Please sign in to comment.