Skip to content

Commit efc9ff5

Browse files
committed
__doc__ link
1 parent 84bbfee commit efc9ff5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/wristpy/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
""".. include:: ../../README.md
2-
.. include:: ../../docs/wristpy_tutorial.md
3-
""" # noqa: D205, D415
1+
"""This is wristpy, a Python package for wrist-worn accelerometer data processing."""
42

5-
__doc__ = """https://childmindresearch.github.io/wristpy/wristpy.html"""
3+
__doc__ = (
4+
" For full documentation, please see: https://childmindresearch.github.io/wristpy/"
5+
)

0 commit comments

Comments
 (0)