Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 500f128

Browse files
committed
feat(docs): updated documentation with utils module and logger utility
1 parent c7aa7b5 commit 500f128

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
sys.path.insert(0, os.path.abspath("../src/core"))
55
sys.path.insert(0, os.path.abspath("../src/ui"))
6+
sys.path.insert(0, os.path.abspath("../src/utils"))
67

78
print("sys.path: ", sys.path)
89

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Welcome to ManimStudio's documentation!
1414
src/core/settings
1515
src/core/project_creation_dialog
1616
src/core/project_opening_dialog
17+
src/utils/logger_utility
1718
src/ui/form_ui
1819
src/ui/settings_ui
1920
src/ui/videoeditor_ui

docs/src/utils/logger_utility.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
logger_utility module
2+
=====================
3+
4+
.. automodule:: logger_utility
5+
:members:
6+
:undoc-members:
7+
:show-inheritance:

0 commit comments

Comments
 (0)