From d866eec2adcdfa2dd01e4c12d11cc2702ab2ff5e Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 11 Mar 2022 14:10:17 -0500 Subject: [PATCH] take quickstart out of main TOC for now looks kind of awkward and isn't reference Change-Id: I4fb664f79b792a32c6695a9cae7b1845a3044271 --- doc/build/orm/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/build/orm/index.rst b/doc/build/orm/index.rst index 2d5beca6a3..4e72c2e27f 100644 --- a/doc/build/orm/index.rst +++ b/doc/build/orm/index.rst @@ -11,7 +11,6 @@ tutorial. .. toctree:: :maxdepth: 2 - quickstart mapper_config relationships loading_objects @@ -23,4 +22,5 @@ tutorial. .. toctree:: :hidden: - tutorial \ No newline at end of file + tutorial + quickstart -- 2.47.2