Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
berombau committed Mar 19, 2024
1 parent 2f13234 commit a4ac867
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ The central class is `FlowSOM`, which can be instantiated as a class and is also
.. autosummary::
:toctree: generated
flowsom.FlowSOM
flowsom.flowsom_clustering
FlowSOM
flowsom_clustering
```

## Reading
Expand Down
11 changes: 10 additions & 1 deletion src/FlowSOM/pl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,13 @@
plot_star_legend,
scale_star_heights,
)
from .plot_functions import FlowSOMmary, plot_2D_scatters, plot_marker, plot_pies, plot_stars, plot_variable
from .plot_functions import (
FlowSOMmary,
plot_2D_scatters,
plot_labels,
plot_marker,
plot_numbers,
plot_pies,
plot_stars,
plot_variable,
)

0 comments on commit a4ac867

Please sign in to comment.