File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -97,10 +97,19 @@ def _check_deps():
97
97
'pandas' : ('http://pandas.pydata.org/pandas-docs/stable' , None )
98
98
}
99
99
100
- explicit_order_folders = ['../examples/pyplots' ,
101
- '../examples/statistics' ,
100
+ explicit_order_folders = [
101
+ '../examples/api' ,
102
+ '../examples/pyplots' ,
103
+ '../examples/subplots_axes_and_figures' ,
102
104
'../examples/color' ,
103
- '../examples/pylab_examples' ,
105
+ '../examples/statistics' ,
106
+ '../examples/lines_bars_and_markers' ,
107
+ '../examples/images_contours_and_fields' ,
108
+ '../examples/shapes_and_collections' ,
109
+ '../examples/text_labels_and_annotations' ,
110
+ '../examples/pie_and_polar_charts' ,
111
+ '../examples/style_sheets' ,
112
+ '../examples/axes_grid' ,
104
113
'../examples/showcase' ,
105
114
'../tutorials/introductory' ,
106
115
'../tutorials/intermediate' ,
You can’t perform that action at this time.
0 commit comments