From baf4f4c4f092bd1e9f63f2b232a9dd7be9ab9fce Mon Sep 17 00:00:00 2001 From: Amin Date: Tue, 27 Feb 2024 13:27:29 +0100 Subject: [PATCH] Update conf.py and index.rst --- docs/source/conf.py | 8 ++++---- docs/source/index.rst | 6 +++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f853d6f..18f0e77 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -3,6 +3,10 @@ # For the full list of built-in configuration values, see the documentation: # https://www.sphinx-doc.org/en/master/usage/configuration.html +import os +import sys +sys.path.insert(0, os.path.abspath('../..')) + # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information @@ -14,10 +18,6 @@ # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration -import os -import sys -sys.path.insert(0, os.path.abspath('..')) - extensions = ['sphinx.ext.autodoc'] templates_path = ['_templates'] diff --git a/docs/source/index.rst b/docs/source/index.rst index 82f7bf4..78d9998 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,11 +10,15 @@ Welcome to wearablehrv's documentation! :maxdepth: 2 :caption: Contents: -.. automodule:: wearablehrv +.. automodule:: wearablehrv.individual :members: :undoc-members: :show-inheritance: +.. automodule:: wearablehrv.group + :members: + :undoc-members: + :show-inheritance: Indices and tables ==================