We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84bbfee commit efc9ff5Copy full SHA for efc9ff5
1 file changed
src/wristpy/__init__.py
@@ -1,5 +1,5 @@
1
-""".. include:: ../../README.md
2
-.. include:: ../../docs/wristpy_tutorial.md
3
-""" # noqa: D205, D415
+"""This is wristpy, a Python package for wrist-worn accelerometer data processing."""
4
5
-__doc__ = """https://childmindresearch.github.io/wristpy/wristpy.html"""
+__doc__ = (
+ " For full documentation, please see: https://childmindresearch.github.io/wristpy/"
+)
0 commit comments