From ef349f3db751c2b7de05e35e36f4f1caf291b55a Mon Sep 17 00:00:00 2001 From: hannah Date: Wed, 21 Sep 2022 17:53:56 -0400 Subject: [PATCH] Backport PR #23980: DOC: Move Quick Start Tutorial to first position --- doc/sphinxext/gallery_order.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sphinxext/gallery_order.py b/doc/sphinxext/gallery_order.py index 589fed453f06..62b7803d0f8b 100644 --- a/doc/sphinxext/gallery_order.py +++ b/doc/sphinxext/gallery_order.py @@ -50,9 +50,9 @@ def __call__(self, item): list_all = [ # **Tutorials** # introductory - "usage", "pyplot", "sample_plots", "images", "lifecycle", "customizing", + "quick_start", "pyplot", "images", "lifecycle", "customizing", # intermediate - "artists", "legend_guide", "color_cycle", "gridspec", + "artists", "legend_guide", "color_cycle", "constrainedlayout_guide", "tight_layout_guide", # advanced # text