Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e98d8d0

Browse files
authored
Merge pull request #23980 from StefRe/DOC/tutorials-order
DOC: Move Quick Start Tutorial to first position
2 parents a152851 + adc1115 commit e98d8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/sphinxext/gallery_order.py

Lines changed: 2 additions & 2 deletions
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)