Skip to content

Commit

Permalink
update sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
Aminsinichi committed Mar 22, 2024
1 parent 2362899 commit 56e390e
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ statsmodels
scipy
astropy<6.0
sphinx_markdown_tables
recommonmark
m2r2
sphinx_rtd_theme
7 changes: 7 additions & 0 deletions docs/source/api_group_pipeline.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
API - Group Pipeline
====================

.. automodule:: wearablehrv.group
:members:
:undoc-members:
:show-inheritance:
7 changes: 7 additions & 0 deletions docs/source/api_individual_pipeline.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
API - Individual Pipeline
=========================

.. automodule:: wearablehrv.individual
:members:
:undoc-members:
:show-inheritance:
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

extensions = [
"sphinx.ext.autodoc",
"recommonmark",
"m2r2",
"sphinx_markdown_tables",
"sphinx_rtd_theme",
]
Expand Down
15 changes: 6 additions & 9 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,22 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to the wearablehrv documentation!
=========================================

.. mdinclude:: ../../README.md

.. toctree::
:maxdepth: 2
:caption: Contents:

.. automodule:: wearablehrv.individual
:members:
:undoc-members:
:show-inheritance:

.. automodule:: wearablehrv.group
:members:
:undoc-members:
:show-inheritance:
api_individual_pipeline
api_group_pipeline

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

0 comments on commit 56e390e

Please sign in to comment.