Skip to content

Commit

Permalink
Add usage page to docs (#18)
Browse files Browse the repository at this point in the history
* Add usage page to table of contents.

* Unpin sphinx bc I think version probs are solved.
  • Loading branch information
tsalo authored Oct 4, 2024
1 parent a2bbd20 commit f392915
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
api
denoisers
auto_examples/index
usage
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,12 @@ classifiers = [
[project.optional-dependencies]
optional = ["modopt", "nipype", "numba"]
test = ["pytest", "pytest-cov", "pytest-xdist", "pytest-sugar"]
# sphinx 6 failes with pydata, sphinx 5 with sphinx gallery...
doc = ["pydata-sphinx-theme", "numpydoc", "sphinx_gallery", "sphinx<5"]
doc = [
"pydata-sphinx-theme",
"numpydoc",
"sphinx_gallery",
"sphinx",
]
dev = ["black", "isort", "ruff"]

[project.scripts]
Expand Down

0 comments on commit f392915

Please sign in to comment.