From df056af49c51dcbcd70eb13ead5c3d8588c08235 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 11 Mar 2022 16:23:14 -0500 Subject: [PATCH] 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 --- doc/build/orm/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3