Skip to content

Commit

Permalink
fixed API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RemDelaporteMathurin committed Sep 20, 2024
1 parent 26b3d92 commit 41935a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
import sys

sys.path.insert(0, os.path.abspath("../path_to_your_package"))
sys.path.insert(0, os.path.abspath("../libra_toolbox"))

# Configuration file for the Sphinx documentation builder.
#
Expand Down
8 changes: 8 additions & 0 deletions docs/modules/libra_toolbox.tritium.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ libra\_toolbox.tritium package
Submodules
----------

libra\_toolbox.tritium.helpers module
-------------------------------------

.. automodule:: libra_toolbox.tritium.helpers
:members:
:undoc-members:
:show-inheritance:

libra\_toolbox.tritium.model module
-----------------------------------

Expand Down

0 comments on commit 41935a8

Please sign in to comment.