diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt index f69c118..5bac51e 100644 --- a/_sources/index.rst.txt +++ b/_sources/index.rst.txt @@ -15,9 +15,7 @@ Indices and tables .. toctree:: :maxdepth: 2 :hidden: - - modules/TRAJECTORY - modules/BOX - modules/SORTING - modules/COUNTOSCOPE - modules/UTILITIES \ No newline at end of file + + modules/trajectorytool + modules/boxcountingtool + modules/countoscope \ No newline at end of file diff --git a/_sources/modules/BOX.rst.txt b/_sources/modules/BOX.rst.txt deleted file mode 100644 index 726546a..0000000 --- a/_sources/modules/BOX.rst.txt +++ /dev/null @@ -1,7 +0,0 @@ -Box -=== - -.. automodule:: countoscope.Box - :members: - :undoc-members: - :show-inheritance: \ No newline at end of file diff --git a/_sources/modules/SORTING.rst.txt b/_sources/modules/SORTING.rst.txt deleted file mode 100644 index 35db584..0000000 --- a/_sources/modules/SORTING.rst.txt +++ /dev/null @@ -1,7 +0,0 @@ -Sorting -======= - -.. automodule:: countoscope.Sorting - :members: - :undoc-members: - :show-inheritance: \ No newline at end of file diff --git a/_sources/modules/TRAJECTORY.rst.txt b/_sources/modules/TRAJECTORY.rst.txt deleted file mode 100644 index b5b73ac..0000000 --- a/_sources/modules/TRAJECTORY.rst.txt +++ /dev/null @@ -1,7 +0,0 @@ -Trajectory -========== - -.. automodule:: countoscope.Trajectory - :members: - :undoc-members: - :show-inheritance: \ No newline at end of file diff --git a/_sources/modules/UTILITIES.rst.txt b/_sources/modules/UTILITIES.rst.txt deleted file mode 100644 index cc4d88d..0000000 --- a/_sources/modules/UTILITIES.rst.txt +++ /dev/null @@ -1,7 +0,0 @@ -Utilities -========= - -.. automodule:: countoscope.util - :members: - :undoc-members: - :show-inheritance: diff --git a/_sources/modules/boxcountingtool.rst.txt b/_sources/modules/boxcountingtool.rst.txt new file mode 100644 index 0000000..c6f7a47 --- /dev/null +++ b/_sources/modules/boxcountingtool.rst.txt @@ -0,0 +1,7 @@ +Box Counting Tool +================= + +.. automodule:: countoscope.boxcountingtool + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/_sources/modules/COUNTOSCOPE.rst.txt b/_sources/modules/countoscope.rst.txt similarity index 66% rename from _sources/modules/COUNTOSCOPE.rst.txt rename to _sources/modules/countoscope.rst.txt index 5b21c4d..e0436ec 100644 --- a/_sources/modules/COUNTOSCOPE.rst.txt +++ b/_sources/modules/countoscope.rst.txt @@ -1,7 +1,7 @@ Countoscope =========== -.. automodule:: countoscope.Countoscope +.. automodule:: countoscope.countoscope :members: :undoc-members: :show-inheritance: \ No newline at end of file diff --git a/_sources/modules/trajectorytool.rst.txt b/_sources/modules/trajectorytool.rst.txt new file mode 100644 index 0000000..64ffaa5 --- /dev/null +++ b/_sources/modules/trajectorytool.rst.txt @@ -0,0 +1,7 @@ +Trajectory Tool +=============== + +.. automodule:: countoscope.trajectorytool + :members: + :undoc-members: + :show-inheritance: \ No newline at end of file diff --git a/genindex.html b/genindex.html index 7443a1f..946fba2 100644 --- a/genindex.html +++ b/genindex.html @@ -197,11 +197,9 @@