Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaeladuta committed Nov 13, 2024
1 parent 9853a2c commit 6af74f0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DS_Store
__pycache__/
.venv/
docs/source/_autosummary/
docs/source/reference/
docs/build/
14 changes: 9 additions & 5 deletions docs/source/code.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@

Code Reference
==============
Reference
==========

.. toctree::
:maxdepth: 2
:caption: Contents

reference/l2gv2

.. autosummary::
:toctree: _autosummary
:toctree: reference
:recursive:

l2gv2
8 changes: 8 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@

extensions = ["sphinx_markdown_builder", "sphinx.ext.autodoc", "sphinx.ext.autosummary"]

autosummary_generate = True
autodoc_default_options = {
"members": True,
"undoc-members": True,
"inherited-members": True,
"show-inheritance": True,
}

templates_path = ["_templates"]
exclude_patterns = []

Expand Down
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ l2gv2 documentation

intro
code

0 comments on commit 6af74f0

Please sign in to comment.