Skip to content

Commit

Permalink
fix: import in api
Browse files Browse the repository at this point in the history
  • Loading branch information
matq007 committed Sep 13, 2024
1 parent 51e8eab commit 54bbb0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,41 @@ import scanvi_explainer
## SCANVIDeep

```{eval-rst}
.. currentmodule:: scanvi_explainer
.. currentmodule:: scanvi_explainer.scanvi_deep
```

```{eval-rst}
.. autosummary::
:toctree: generated/
:nosignatures:
scanvi_deep.SCANVIDeep
SCANVIDeep
```

## Utilities

```{eval-rst}
.. currentmodule:: scanvi_explainer
.. currentmodule:: scanvi_explainer.utils
```

```{eval-rst}
.. autosummary::
:toctree: generated/
:nosignatures:
utils.train_test_group_split
train_test_group_split
```

## Plots

```{eval-rst}
.. currentmodule:: scanvi_explainer
.. currentmodule:: scanvi_explainer.plots
```

```{eval-rst}
.. autosummary::
:toctree: generated/
:nosignatures:
plots.feature_plot
feature_plot
```

0 comments on commit 54bbb0e

Please sign in to comment.