We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8be8e commit b5e0063Copy full SHA for b5e0063
doc/conf.py
@@ -41,7 +41,7 @@
41
]
42
# autoapi_ignore = ['*migrations']
43
# autoapi_root = 'autoapi'
44
-# autoapi_add_toctree_entry = True
+autoapi_add_toctree_entry = False # default: True
45
autoapi_python_class_content = "both" # default: "class"
46
# autoapi_member_order = 'bysource'
47
# autoapi_python_use_implicit_namespaces = False
doc/index.rst
@@ -4,7 +4,12 @@ ObjectBox Python Bindings
4
.. toctree::
5
:maxdepth: 1
6
:caption: Contents:
7
-
+
8
+ Python API Reference <autoapi/objectbox/index>
9
+ ObjectBox Homepage <https://objectbox.io>
10
+ ObjectBox docs <https://docs.objectbox.io>
11
+ GitHub <https://github.com/objectbox/objectbox-python>
12
13
14
Further links
15
=============
0 commit comments