]> 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:23:14 +0000 (16:23 -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

doc/build/orm/index.rst

index 4e72c2e27f6edd272170edf26643ece9f9f10419..853f72cf5647720ab8663bac009a81dfd461aa74 100644 (file)
@@ -11,6 +11,7 @@ tutorial.
 .. toctree::
     :maxdepth: 2
 
+    quickstart
     mapper_config
     relationships
     loading_objects
@@ -23,4 +24,3 @@ tutorial.
    :hidden:
 
     tutorial
-    quickstart