Skip to content

Commit 11d7448

Browse files
authored
Merge pull request #70 from MoseleyBioinformaticsLab/docs
Corrects documentation to include sub-tracking in the API
2 parents b4242b3 + 5f1d3d5 commit 11d7448

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

docs/api.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
API
22
===
33

4-
.. automodule:: gpu_tracker
5-
4+
gpu_tracker.tracker
5+
-------------------
66
.. automodule:: gpu_tracker.tracker
77
:members:
88
:undoc-members:
9+
10+
gpu_tracker.sub_tracker
11+
-----------------------
12+
.. automodule:: gpu_tracker.sub_tracker
13+
:members:
14+
:undoc-members:

src/gpu_tracker/sub_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""The ``sub_tracker`` module contains the ``SubTracker`` class which can alternatively be imported directly from the ``gpu_tracker`` package."""
1+
"""The ``sub_tracker`` module contains the ``SubTracker`` class which can alternatively be imported directly from the ``gpu_tracker`` package. Additionally, it contains the ``SubTrackingAnalyzer`` class which generates the ``SubTrackingResults`` from the data produced by the ``SubTracker`` and finally the ``TrackingComparison`` which generates the ``ComparisonResults`` comparing the ``SubTrackingResults`` of multiple tracking sessions."""
22
from __future__ import annotations
33
import inspect
44
import os

0 commit comments

Comments
 (0)