From b474da11fcf7d70b5c2a4c11f9bdaa414f391871 Mon Sep 17 00:00:00 2001
From: gubaidulinvadim <gubaidulinvadim@gmail.com>
Date: Sun, 28 Apr 2024 21:52:31 +0200
Subject: [PATCH] fixing automoduling

---
 docs/source/index.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/docs/source/index.rst b/docs/source/index.rst
index 3eb5c53..8ebf114 100644
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -1,5 +1,5 @@
 .. mbtrack2 documentation master file, created by
-   sphinx-quickstart on Sun Apr 28 21:46:15 2024.
+   sphinx-quickstart on Sun Apr 28 21:51:15 2024.
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
@@ -10,7 +10,10 @@ Welcome to mbtrack2's documentation!
    :maxdepth: 4
    :caption: Contents:
 
-   mbtrack2
+.. automodule:: mbtrack2
+   :members:
+   :undoc-members:
+   :show-inheritance:
 
 
 Indices and tables
-- 
GitLab