From 8810e1c5b42e52a53c6db484f2847d887648e4f9 Mon Sep 17 00:00:00 2001 From: Alexander Schlemmer <alexander@mail-schlemmer.de> Date: Thu, 17 Mar 2022 15:01:16 +0100 Subject: [PATCH] DOC: updated the heading levels accordingly --- src/doc/high_level_api.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/high_level_api.rst b/src/doc/high_level_api.rst index 46460de1..9e52968a 100644 --- a/src/doc/high_level_api.rst +++ b/src/doc/high_level_api.rst @@ -25,7 +25,7 @@ Or to speak it out directly in Python: print(obj.r + 25) # getting properties (new api) Quickstart -========== +---------- The module, needed for the high level API is called: caosdb.high\ :sub:`levelapi` @@ -115,7 +115,7 @@ statement: print(str(obj)) Concepts -======== +-------- As described in the section Quickstart the two functions "convert\ :sub:`topythonobject`" and "convert\ :sub:`toentity`" convert -- GitLab