Skip to content

Commit

Permalink
- added sphinx_toolbox.collapse extension; made each installation t…
Browse files Browse the repository at this point in the history
…utorial block collapsible.

- added overview section
- reorganized Alternate Methods and Troubleshooting sections
- collected redundant verification tutorials into their own section
  • Loading branch information
georgeglidden committed Dec 11, 2024
1 parent f813e07 commit c2eb6ca
Show file tree
Hide file tree
Showing 3 changed files with 331 additions and 160 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
sphinx
sphinx-rtd-theme
sphinx-toolbox
typing_extensions>=3.8
matplotlib
opencv-python
Expand All @@ -8,4 +9,4 @@ pyyaml
h5py
pandas
numpy
numba
numba
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def _get_version() -> str:
"sphinx.ext.autosummary",
"sphinx.ext.imgmath",
"sphinx.ext.viewcode",
"sphinx_toolbox.collapse",
"plugin_docgen"
]

Expand Down
Loading

0 comments on commit c2eb6ca

Please sign in to comment.