]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
move API docs downwards
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Oct 2022 16:28:29 +0000 (12:28 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 20 Oct 2022 16:31:59 +0000 (12:31 -0400)
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
(cherry picked from commit b3e1fe7577efa799821a1e3ab6321d712fbfaab6)

doc/build/core/expression_api.rst

index 236e0e2ee7590d847a7dfa58c765adccd655cc68..6df14f372cb0d8276583e772d272d10dded95509 100644 (file)
@@ -12,7 +12,6 @@ see :ref:`sqlexpression_toplevel`.
 .. toctree::
     :maxdepth: 3
 
-    foundation
     sqlelement
     operators
     selectable
@@ -20,4 +19,5 @@ see :ref:`sqlexpression_toplevel`.
     functions
     compiler
     serializer
+    foundation
     visitors