From 4dbccec5106e76c80feb80519ad3718e38e5140b Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Thu, 21 Sep 2023 23:34:27 +0800 Subject: [PATCH] docs: update docs; --- docs/pypots.data.rst | 9 +++++++++ docs/pypots.imputation.rst | 18 ++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/docs/pypots.data.rst b/docs/pypots.data.rst index d792d6aa..fe7c4678 100644 --- a/docs/pypots.data.rst +++ b/docs/pypots.data.rst @@ -10,6 +10,15 @@ pypots.data.base module :show-inheritance: :inherited-members: +pypots.data.saving module +----------------------------- + +.. automodule:: pypots.data.saving + :members: + :undoc-members: + :show-inheritance: + :inherited-members: + pypots.data.generating module ----------------------------- diff --git a/docs/pypots.imputation.rst b/docs/pypots.imputation.rst index 0e31f8c8..a33e0fdf 100644 --- a/docs/pypots.imputation.rst +++ b/docs/pypots.imputation.rst @@ -19,6 +19,24 @@ pypots.imputation.transformer module :show-inheritance: :inherited-members: +pypots.imputation.usgan module +------------------------------ + +.. automodule:: pypots.imputation.usgan + :members: + :undoc-members: + :show-inheritance: + :inherited-members: + +pypots.imputation.gpvae module +------------------------------ + +.. automodule:: pypots.imputation.gpvae + :members: + :undoc-members: + :show-inheritance: + :inherited-members: + pypots.imputation.brits module ------------------------------