Skip to content

Commit

Permalink
Restructuring folder. Adding autoapi extension
Browse files Browse the repository at this point in the history
Giulero committed Jun 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ab220f4 commit b47d109
Showing 29 changed files with 5 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions docs/source/conf.py → docs/conf.py
Original file line number Diff line number Diff line change
@@ -7,8 +7,6 @@
import subprocess
import sys

import adam

sys.path.insert(0, os.path.abspath("."))
sys.path.insert(0, os.path.abspath("../"))
sys.path.insert(0, os.path.abspath("../../"))
@@ -42,8 +40,11 @@
"sphinx_copybutton",
"myst_parser",
"sphinx.ext.napoleon",
"autoapi.extension",
]

autoapi_dirs = ["../src/"]

source_suffix = {
".rst": "restructuredtext",
".txt": "markdown",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -13,3 +13,5 @@ sphinx-toolbox
furo
myst-parser
graphviz
mock
sphinx-autoapi

0 comments on commit b47d109

Please sign in to comment.