Skip to content

Commit b5e0063

Browse files
committed
docs: added external links to sidebar #52
1 parent ba8be8e commit b5e0063

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
]
4242
# autoapi_ignore = ['*migrations']
4343
# autoapi_root = 'autoapi'
44-
# autoapi_add_toctree_entry = True
44+
autoapi_add_toctree_entry = False # default: True
4545
autoapi_python_class_content = "both" # default: "class"
4646
# autoapi_member_order = 'bysource'
4747
# autoapi_python_use_implicit_namespaces = False

doc/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ ObjectBox Python Bindings
44
.. toctree::
55
:maxdepth: 1
66
:caption: Contents:
7-
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+
813

914
Further links
1015
=============

0 commit comments

Comments
 (0)