We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4b7c9 commit 3e37c70Copy full SHA for 3e37c70
2 files changed
docs/conf.py
@@ -46,7 +46,7 @@
46
autoapi_type = 'python'
47
autoapi_dirs = ['../src/flexibleSubsetSelection']
48
autosummary_generate = True
49
-autoapi_add_toctree_entry = False
+autoapi_add_toctree_entry = True
50
autoapi_root = 'api'
51
52
# Paths and excludes
docs/index.md
@@ -4,8 +4,7 @@ Documentation and examples for the Flexible Subset Selection package
4
5
```{toctree}
6
:maxdepth: 2
7
-:caption: Examples
+:caption: Contents
8
9
-api/index
10
examples/index
11
```
0 commit comments