From: Mike Bayer Date: Fri, 11 Mar 2022 21:23:14 +0000 (-0500) Subject: restore quickstart to toc X-Git-Tag: rel_2_0_0b1~429 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df056af49c51dcbcd70eb13ead5c3d8588c08235;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git restore quickstart to toc 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 --- diff --git a/doc/build/orm/index.rst b/doc/build/orm/index.rst index 4e72c2e27f..853f72cf56 100644 --- a/doc/build/orm/index.rst +++ b/doc/build/orm/index.rst @@ -11,6 +11,7 @@ tutorial. .. toctree:: :maxdepth: 2 + quickstart mapper_config relationships loading_objects @@ -23,4 +24,3 @@ tutorial. :hidden: tutorial - quickstart