Skip to content

Commit adc1115

Browse files
committed
DOC: Move Quick Start Tutorial to first position
and remove some non-existing tutorial names in gallery_order.py
1 parent a152851 commit adc1115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sphinxext/gallery_order.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ def __call__(self, item):
5050
list_all = [
5151
# **Tutorials**
5252
# introductory
53-
"usage", "pyplot", "sample_plots", "images", "lifecycle", "customizing",
53+
"quick_start", "pyplot", "images", "lifecycle", "customizing",
5454
# intermediate
55-
"artists", "legend_guide", "color_cycle", "gridspec",
55+
"artists", "legend_guide", "color_cycle",
5656
"constrainedlayout_guide", "tight_layout_guide",
5757
# advanced
5858
# text

0 commit comments

Comments
 (0)