Skip to content

Commit 11fc52e

Browse files
committed
Merge branch 'feature/issue-218/sphinx' of https://github.com/childmindresearch/wristpy into feature/issue-218/sphinx
2 parents cc5f017 + 9f6ef4c commit 11fc52e

20 files changed

Lines changed: 904 additions & 906 deletions

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
docs/source/tutorial_data/three_nights.bin filter=lfs diff=lfs merge=lfs -text
2-

docs/source/api/wristpy.core.cli.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@
33

44
.. automodule:: wristpy.core.cli
55

6-
6+
77
.. rubric:: Functions
88

99
.. autosummary::
10-
10+
1111
main
1212
version_check
13-
13+
1414
.. rubric:: Classes
1515

1616
.. autosummary::
17-
17+
1818
ActivityMetric
1919
Calibrator
2020
Enum
2121
NonwearAlgorithms
2222
OutputFileType
23-
23+

docs/source/api/wristpy.core.computations.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
.. automodule:: wristpy.core.computations
55

6-
6+
77
.. rubric:: Functions
88

99
.. autosummary::
10-
10+
1111
moving_mean
1212
moving_median
1313
moving_std
1414
resample
15-
15+

docs/source/api/wristpy.core.config.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
.. automodule:: wristpy.core.config
55

6-
6+
77
.. rubric:: Functions
88

99
.. autosummary::
10-
10+
1111
get_logger
1212
get_version
13-
13+

docs/source/api/wristpy.core.exceptions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
.. automodule:: wristpy.core.exceptions
55

6-
6+
77
.. rubric:: Exceptions
88

99
.. autosummary::
10-
10+
1111
CalibrationError
1212
EmptyDirectoryError
1313
InvalidFileTypeError
1414
LoggedException
1515
NoMotionError
1616
SphereCriteriaError
17-
17+

docs/source/api/wristpy.core.models.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33

44
.. automodule:: wristpy.core.models
55

6-
6+
77
.. rubric:: Functions
88

99
.. autosummary::
10-
10+
1111
field_validator
12-
12+
1313
.. rubric:: Classes
1414

1515
.. autosummary::
16-
16+
1717
BaseModel
1818
Measurement
1919
WatchData
20-
20+

docs/source/api/wristpy.core.orchestrator.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
.. automodule:: wristpy.core.orchestrator
55

6-
6+
77
.. rubric:: Functions
88

99
.. autosummary::
10-
10+
1111
run
12-
12+

docs/source/api/wristpy.io.readers.readers.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ wristpy.io.readers.readers
33

44
.. automodule:: wristpy.io.readers.readers
55

6-
6+
77
.. rubric:: Functions
88

99
.. autosummary::
10-
10+
1111
read_watch_data
1212
unix_epoch_time_to_polars_datetime
13-
13+

docs/source/api/wristpy.io.readers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.. automodule:: wristpy.io.readers
55

6-
6+
77
.. rubric:: Modules
88

99
.. autosummary::

docs/source/api/wristpy.io.writers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.. automodule:: wristpy.io.writers
55

6-
6+
77
.. rubric:: Modules
88

99
.. autosummary::

0 commit comments

Comments
 (0)