Skip to content

Commit

Permalink
Add HypVINN "basic" api docfiles
Browse files Browse the repository at this point in the history
Fix typo in N4_bias_correct.py
  • Loading branch information
dkuegler committed Apr 19, 2024
1 parent 4d484b5 commit b168655
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/api/HypVINN.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
HypVINN
=======


.. currentmodule:: HypVINN

.. autosummary::
:toctree: generated/

inference
run_pipeline
run_prediction
8 changes: 8 additions & 0 deletions doc/api/HypVINN_dataloader.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
HypVINN.data_loader
===================


.. currentmodule:: HypVINN.data_loader

.. autosummary::
:toctree: generated/
8 changes: 8 additions & 0 deletions doc/api/HypVINN_models.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
HypVINN.models
==============


.. currentmodule:: HypVINN.models

.. autosummary::
:toctree: generated/
8 changes: 8 additions & 0 deletions doc/api/HypVINN_utils.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
HypVINN.utils
=============


.. currentmodule:: HypVINN.utils

.. autosummary::
:toctree: generated/
4 changes: 4 additions & 0 deletions doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b168655

Please sign in to comment.