Skip to content

Commit 4f04fa3

Browse files
committed
fix API doc
1 parent 65fc345 commit 4f04fa3

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'numpydoc',
3838
'nbsphinx',
3939
'nbsphinx_link',
40-
'sphinxcontrib.apidoc',
40+
"sphinx.ext.autodoc",
4141
]
4242

4343
# Add any paths that contain templates here, relative to this directory.

docs/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ for image processing, here are some resources to get you started:
8080

8181
installation
8282
developerguide
83-
api/modules
8483

8584
.. toctree::
8685
:maxdepth: 2
@@ -89,3 +88,8 @@ for image processing, here are some resources to get you started:
8988
:numbered:
9089

9190
tutorials/*
91+
92+
.. toctree::
93+
:caption: API Documentation
94+
95+
api/modules

0 commit comments

Comments
 (0)