From b16865543fc6c7da3b94449101b379dccbae37e1 Mon Sep 17 00:00:00 2001 From: David Kuegler Date: Fri, 19 Apr 2024 18:58:16 +0200 Subject: [PATCH] Add HypVINN "basic" api docfiles Fix typo in N4_bias_correct.py --- doc/api/HypVINN.rst | 12 ++++++++++++ doc/api/HypVINN_dataloader.rst | 8 ++++++++ doc/api/HypVINN_models.rst | 8 ++++++++ doc/api/HypVINN_utils.rst | 8 ++++++++ doc/api/index.rst | 4 ++++ 5 files changed, 40 insertions(+) create mode 100644 doc/api/HypVINN.rst create mode 100644 doc/api/HypVINN_dataloader.rst create mode 100644 doc/api/HypVINN_models.rst create mode 100644 doc/api/HypVINN_utils.rst diff --git a/doc/api/HypVINN.rst b/doc/api/HypVINN.rst new file mode 100644 index 000000000..fa4acd53c --- /dev/null +++ b/doc/api/HypVINN.rst @@ -0,0 +1,12 @@ +HypVINN +======= + + +.. currentmodule:: HypVINN + +.. autosummary:: + :toctree: generated/ + + inference + run_pipeline + run_prediction diff --git a/doc/api/HypVINN_dataloader.rst b/doc/api/HypVINN_dataloader.rst new file mode 100644 index 000000000..302519213 --- /dev/null +++ b/doc/api/HypVINN_dataloader.rst @@ -0,0 +1,8 @@ +HypVINN.data_loader +=================== + + +.. currentmodule:: HypVINN.data_loader + +.. autosummary:: + :toctree: generated/ diff --git a/doc/api/HypVINN_models.rst b/doc/api/HypVINN_models.rst new file mode 100644 index 000000000..f632d9bff --- /dev/null +++ b/doc/api/HypVINN_models.rst @@ -0,0 +1,8 @@ +HypVINN.models +============== + + +.. currentmodule:: HypVINN.models + +.. autosummary:: + :toctree: generated/ diff --git a/doc/api/HypVINN_utils.rst b/doc/api/HypVINN_utils.rst new file mode 100644 index 000000000..90fded561 --- /dev/null +++ b/doc/api/HypVINN_utils.rst @@ -0,0 +1,8 @@ +HypVINN.utils +============= + + +.. currentmodule:: HypVINN.utils + +.. autosummary:: + :toctree: generated/ diff --git a/doc/api/index.rst b/doc/api/index.rst index 145c9915f..203f6e642 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -16,5 +16,9 @@ FastSurfer API CerebNet_datasets.rst CerebNet_models.rst CerebNet_utils.rst + HypVINN.rst + HypVINN_dataloader.rst + HypVINN_models.rst + HypVINN_utils.rst recon_surf.rst