Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyuejohn committed May 28, 2024
1 parent 251f91d commit 15c66d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
.. autosummary::
:toctree: generated
pp.get_feature_statistics
pp.qc_lab_measurements
pp.drop_nan
```

## Tools
Expand All @@ -35,6 +40,8 @@
.. autosummary::
:toctree: generated
tl.get_concept_name
tl.aggregate_timeseries_in_bins
```

## Plotting
Expand All @@ -46,4 +53,7 @@
.. autosummary::
:toctree: generated
pl.feature_counts
pl.plot_timeseries
pl.violin
```
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@
"anndata": ("https://anndata.readthedocs.io/en/stable/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
"seaborn": ("https://seaborn.pydata.org/", None),
"matplotlib": ("https://matplotlib.org/stable/", None),
}

# List of patterns, relative to source directory, that match files and
Expand Down

0 comments on commit 15c66d8

Please sign in to comment.