Skip to content

Commit 1b7d4e9

Browse files
committed
WIP: Trying to fix docs
1 parent 5b214d2 commit 1b7d4e9

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

docs/source/api_index.rst

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,10 @@ API Reference
33

44
The full public API for ANTsPy.
55

6-
.. note::
7-
This section is auto-generated with ``autosummary`` from the installed package.
8-
Add new public modules by exposing them under the ``ants`` package.
96

10-
Top-level package
7+
ANTsPy modules
118
-----------------
129

13-
.. autosummary::
14-
:toctree: .
15-
:template: autosummary/module.rst
16-
:recursive:
17-
18-
ants
19-
20-
Subpackages
21-
-----------
22-
2310
.. autosummary::
2411
:toctree: .
2512
:template: autosummary/module.rst
@@ -33,4 +20,5 @@ Subpackages
3320
ants.ops
3421
ants.plotting
3522
ants.registration
36-
ants.segmentation
23+
ants.segmentation
24+
ants.utils

docs/source/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,13 @@ ANTsPy documentation
1010

1111
ANTsPy is an optimized and validated medical imaging library for Python.
1212

13+
The "Package Reference" highlights commonly used functionality, organized thematically.
14+
15+
See the "API Reference: all modules" for the full list of available modules and functions.
1316

1417
.. toctree::
1518
:maxdepth: 1
16-
:caption: Package Reference: select functionality organized thematically
19+
:caption: Package Reference
1720

1821
core
1922
registration

0 commit comments

Comments
 (0)