mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-17 21:53:57 +02:00
docs: small autoapi improvements
This commit is contained in:
1
docs/.gitignore
vendored
Normal file
1
docs/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
reference/
|
||||||
@@ -31,7 +31,9 @@ exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
|
|||||||
|
|
||||||
# -- AutoAPI Options ---------------------------------------------------------
|
# -- AutoAPI Options ---------------------------------------------------------
|
||||||
autoapi_dirs = ["../findmy/"]
|
autoapi_dirs = ["../findmy/"]
|
||||||
|
autoapi_root = "reference/"
|
||||||
autoapi_add_toctree_entry = False
|
autoapi_add_toctree_entry = False
|
||||||
|
autoapi_keep_files = True
|
||||||
autoapi_options = [
|
autoapi_options = [
|
||||||
"members",
|
"members",
|
||||||
"undoc-members",
|
"undoc-members",
|
||||||
|
|||||||
@@ -30,6 +30,6 @@ reveng/index
|
|||||||
```{toctree}
|
```{toctree}
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|
||||||
API Reference <autoapi/findmy/index>
|
API Reference <reference/findmy/index>
|
||||||
genindex
|
genindex
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user