From 15c66d8ac87df60513bd8d5714a283c659d8c0af Mon Sep 17 00:00:00 2001 From: Xinyue Zhang Date: Tue, 28 May 2024 17:53:27 +0200 Subject: [PATCH] update docs --- docs/api.md | 10 ++++++++++ docs/conf.py | 2 ++ 2 files changed, 12 insertions(+) diff --git a/docs/api.md b/docs/api.md index 23d9ac5..0957d41 100644 --- a/docs/api.md +++ b/docs/api.md @@ -24,6 +24,11 @@ .. autosummary:: :toctree: generated + + pp.get_feature_statistics + pp.qc_lab_measurements + pp.drop_nan + ``` ## Tools @@ -35,6 +40,8 @@ .. autosummary:: :toctree: generated + tl.get_concept_name + tl.aggregate_timeseries_in_bins ``` ## Plotting @@ -46,4 +53,7 @@ .. autosummary:: :toctree: generated + pl.feature_counts + pl.plot_timeseries + pl.violin ``` diff --git a/docs/conf.py b/docs/conf.py index 71c5690..426b994 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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