]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
restore quickstart to toc
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Mar 2022 21:23:14 +0000 (16:23 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Mar 2022 21:45:38 +0000 (16:45 -0500)
this was coming out wrong due to the wrong header level
on the page.  it needs to be in a visible toc so that
the inner elements show up on the sidebar / top mobile nav.

Change-Id: I13acbe0d82c6a839230bc2e2454e4ab82e4879e6
(cherry picked from commit df056af49c51dcbcd70eb13ead5c3d8588c08235)

doc/build/orm/index.rst

index 9ec160e5cd43f19ea6528546985f91cc5d1001b0..ee0eaf80547877f86bd1762f3a4fb1405334dd4f 100644 (file)
@@ -11,6 +11,7 @@ tutorial.
 .. toctree::
     :maxdepth: 2
 
+    quickstart
     tutorial
     mapper_config
     relationships
@@ -20,7 +21,3 @@ tutorial.
     extensions/index
     examples
 
-.. toctree::
-   :hidden:
-
-    quickstart