8000 updating list · matplotlib/matplotlib@0cb00ea · GitHub
[go: up one dir, main page]

Skip to content

Commit 0cb00ea

Browse files
Chris Holdgrafcholdgraf
authored andcommitted
updating list
1 parent b5227fe commit 0cb00ea

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
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',

tutorials/introductory/usage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ def my_plotter(ax, data1, data2, param_dict):
647647
# controlled by the ``path.simplify`` and
648648
# ``path.simplify_threshold`` parameters in your
649649
# ``matplotlibrc`` file (see
650-
# :ref:`sphx_glr_tutorials_01_introductory_customizing.py` for
650+
# :ref:`sphx_glr_tutorials_introductory_customizing.py` for
651651
# more information about the ``matplotlibrc`` file).
652652
# The ``path.simplify`` parameter is a boolean indicating whether
653653
# or not line segments are simplified at all. The
@@ -684,7 +684,7 @@ def my_plotter(ax, data1, data2, param_dict):
684684
# interactive plotting (with maximal simplification) and another
685685
# style for publication quality plotting (with minimal
686686
# simplification) and activate them as necessary. See
687-
# :ref:`sphx_glr_tutorials_01_introductory_customizing.py` for
687+
# :ref:`sphx_glr_tutorials_introductory_customizing.py` for
688688
# instructions on how to perform these actions.
689689
#
690690
# The simplification works by iteratively merging line segments

0 commit comments

Comments
 (0)
0