From: Mike Bayer Date: Thu, 20 Oct 2022 16:28:29 +0000 (-0400) Subject: move API docs downwards X-Git-Tag: rel_2_0_0b2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3e1fe7577efa799821a1e3ab6321d712fbfaab6;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git move API docs downwards Sphinx 5.3 (compared to 5.1.1) is now putting all the autodoc names into the TOC. So we have to start being more careful to make sure API docs are well below narrative docs, because this new style is a wall of text. i dont yet see any options to turn it off, but it does seem like a good improvement, just makes doc organization a more difficult endeavor. Change-Id: I49428076fef9b96ef1544621de9a9dfca1699dab --- diff --git a/doc/build/core/expression_api.rst b/doc/build/core/expression_api.rst index 96d5d5a89e..8000735a11 100644 --- a/doc/build/core/expression_api.rst +++ b/doc/build/core/expression_api.rst @@ -13,7 +13,6 @@ in the :ref:`unified_tutorial`. .. toctree:: :maxdepth: 3 - foundation sqlelement operators selectable @@ -21,4 +20,5 @@ in the :ref:`unified_tutorial`. functions compiler serializer + foundation visitors