Skip to content

Commit

Permalink
fix: minimal setup
Browse files Browse the repository at this point in the history
  • Loading branch information
matq007 committed Sep 13, 2024
1 parent 964f61a commit 03e6a99
Showing 1 changed file with 2 additions and 46 deletions.
48 changes: 2 additions & 46 deletions docs/api.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,15 @@
# API

```
import scanvi_explainer
```

## SCANVIDeep

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

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

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

## Utilities

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

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

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

## Plots

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

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

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

0 comments on commit 03e6a99

Please sign in to comment.