Skip to content

Commit ad7ceda

Browse files
committed
DOC: re-roder examples and set heading levels
1 parent cb47f2d commit ad7ceda

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

doc/sphinxext/gallery_order.py

+6-7
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@
99
# Gallery sections shall be diplayed in the following order.
1010
# Non-matching sections are appended.
1111
explicit_order_folders = [
12-
'../examples/api',
13-
'../examples/pyplots',
14-
'../examples/subplots_axes_and_figures',
15-
'../examples/color',
16-
'../examples/statistics',
1712
'../examples/lines_bars_and_markers',
1813
'../examples/images_contours_and_fields',
19-
'../examples/shapes_and_collections',
20-
'../examples/text_labels_and_annotations',
14+
'../examples/subplots_axes_and_figures',
15+
'../examples/statistics',
2116
'../examples/pie_and_polar_charts',
17+
'../examples/text_labels_and_annotations',
18+
'../examples/pyplots',
19+
'../examples/color',
20+
'../examples/shapes_and_collections',
2221
'../examples/style_sheets',
2322
'../examples/axes_grid1',
2423
'../examples/axisartist',

examples/README.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
.. _gallery:
44

5+
=======
56
Gallery
67
=======
78

0 commit comments

Comments
 (0)