Skip to content

Commit d2ef019

Browse files
authored
fix API doc (#46)
* fix API doc * actually correct apidoc
1 parent 65fc345 commit d2ef019

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,4 +205,4 @@
205205

206206

207207
# -- Extension configuration -------------------------------------------------
208-
apidoc_module_dir = "../pyrtools"
208+
apidoc_module_dir = "../src/pyrtools"

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)