Skip to content

Commit eb523d4

Browse files
committed
added modules to documentation
1 parent 75c3037 commit eb523d4

File tree

9 files changed

+20
-36
lines changed

9 files changed

+20
-36
lines changed

docs/source/index.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ Indices and tables
1515
.. toctree::
1616
:maxdepth: 2
1717
:hidden:
18-
19-
modules/TRAJECTORY
20-
modules/BOX
21-
modules/SORTING
22-
modules/COUNTOSCOPE
23-
modules/UTILITIES
18+
19+
modules/trajectorytool
20+
modules/boxcountingtool
21+
modules/countoscope

docs/source/modules/BOX.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/source/modules/SORTING.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/source/modules/TRAJECTORY.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/source/modules/UTILITIES.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Box Counting Tool
2+
=================
3+
4+
.. automodule:: countoscope.boxcountingtool
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Countoscope
22
===========
33

4-
.. automodule:: countoscope.Countoscope
4+
.. automodule:: countoscope.countoscope
55
:members:
66
:undoc-members:
77
:show-inheritance:
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Trajectory Tool
2+
===============
3+
4+
.. automodule:: countoscope.trajectorytool
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

0 commit comments

Comments
 (0)