Skip to content

Commit

Permalink
adding api ref docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Daafip committed Mar 8, 2024
1 parent e1b5ca5 commit 24377a3
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/source/conf.py → docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

extensions = [
'sphinx.ext.autodoc',
"nbsphinx"
"nbsphinx",
"autoapi.extension",
]

Expand Down Expand Up @@ -53,6 +53,6 @@


# -- Use autoapi.extension to run sphinx-apidoc -------
autoapi_dirs = ["../../src"]
autoapi_dirs = ["../src"]
autoapi_python_class_content = "both"
autoapi_options = ["members", "undoc-members", "imported-members", "show-inheritance"]
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 24377a3

Please sign in to comment.