mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-17 19:53:53 +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_dirs = ["../findmy/"]
|
||||
autoapi_root = "reference/"
|
||||
autoapi_add_toctree_entry = False
|
||||
autoapi_keep_files = True
|
||||
autoapi_options = [
|
||||
"members",
|
||||
"undoc-members",
|
||||
|
||||
@@ -30,6 +30,6 @@ reveng/index
|
||||
```{toctree}
|
||||
:maxdepth: 1
|
||||
|
||||
API Reference <autoapi/findmy/index>
|
||||
API Reference <reference/findmy/index>
|
||||
genindex
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user