Skip to content

Commit eeab150

Browse files
committed
docs: added logo, changed title from Bindings to API #52
1 parent b5e0063 commit eeab150

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

doc/_static/logo-white-500px.png

4.78 KB
Loading

doc/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9-
project = 'ObjectBox Python Bindings'
9+
project = 'ObjectBox Python API'
1010
copyright = '2024, ObjectBox Ltd.'
1111
author = 'ObjectBox Ltd.'
1212
release = '4.0.0'
@@ -74,4 +74,5 @@ def setup(sphinx):
7474

7575
html_theme = 'sphinx_rtd_theme'
7676

77-
# html_static_path = ['_static']
77+
html_static_path = ['_static']
78+
html_logo = '_static/logo-white-500px.png'

doc/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
ObjectBox Python Bindings
2-
=========================
1+
ObjectBox Python API
2+
====================
33

44
.. toctree::
55
:maxdepth: 1

objectbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""ObjectBox Python Bindings Public API"""
15+
"""ObjectBox Python API"""
1616

1717
from objectbox.store import Store
1818
from objectbox.box import Box

0 commit comments

Comments
 (0)