Skip to content

Commit

Permalink
Fix sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
grst committed Sep 21, 2024
1 parent 94c82ed commit 78b78aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
31 changes: 1 addition & 30 deletions docs/api.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,9 @@
# API

## Preprocessing

```{eval-rst}
.. module:: dso.pp
.. currentmodule:: dso
.. autosummary::
:toctree: generated
pp.basic_preproc
```

## Tools

```{eval-rst}
.. module:: dso.tl
.. module:: dso
.. currentmodule:: dso
.. autosummary::
:toctree: generated
tl.basic_tool
```

## Plotting

```{eval-rst}
.. module:: dso.pl
.. currentmodule:: dso
.. autosummary::
:toctree: generated
pl.basic_plot
pl.BasicClass
```
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"sphinx.ext.napoleon",
"sphinxcontrib.bibtex",
"sphinx_autodoc_typehints",
"sphinx_tabs.tabs",
"sphinx.ext.mathjax",
"IPython.sphinxext.ipython_console_highlighting",
"sphinxext.opengraph",
Expand Down

0 comments on commit 78b78aa

Please sign in to comment.