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

Skip to content

Commit 744e074

Browse files
Chris HoldgrafChris Holdgraf
Chris Holdgraf
authored and
Chris Holdgraf
committed
updating list
1 parent f1842bb commit 744e074

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

doc/conf.py

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,19 @@ def _check_deps():
9797
'pandas': ('http://pandas.pydata.org/pandas-docs/stable', None)
9898
}
9999

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',
102104
'../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',
104113
'../examples/showcase',
105114
'../tutorials/introductory',
106115
'../tutorials/intermediate',

0 commit comments

Comments
 (0)