@@ -101,7 +101,7 @@ def _check_deps():
101101 'examples_dirs' : ['../examples' , '../tutorials' ],
102102 'filename_pattern' : '^((?!sgskip).)*$' ,
103103 'gallery_dirs' : ['gallery' , 'tutorials' ],
104- 'doc_module' : ('matplotlib' ,),
104+ 'doc_module' : ('matplotlib' , 'mpl_toolkits' ),
105105 'reference_url' : {'matplotlib' : None ,
106106 'numpy' : 'http://docs.scipy.org/doc/numpy/reference' ,
107107 'scipy' : 'http://docs.scipy.org/doc/scipy/reference' },
@@ -167,32 +167,6 @@ def _check_deps():
167167
168168plot_formats = [('png' , 100 ), ('pdf' , 100 )]
169169
170- # Subdirectories in 'examples/' directory of package and titles for gallery
171- mpl_example_sections = [
172- ('lines_bars_and_markers' , 'Lines, bars, and markers' ),
173- ('shapes_and_collections' , 'Shapes and collections' ),
174- ('statistics' , 'Statistical plots' ),
175- ('images_contours_and_fields' , 'Images, contours, and fields' ),
176- ('pie_and_polar_charts' , 'Pie and polar charts' ),
177- ('color' , 'Color' ),
178- ('text_labels_and_annotations' , 'Text, labels, and annotations' ),
179- ('ticks_and_spines' , 'Ticks and spines' ),
180- ('scales' , 'Axis scales' ),
181- ('subplots_axes_and_figures' , 'Subplots, axes, and figures' ),
182- ('style_sheets' , 'Style sheets' ),
183- ('specialty_plots' , 'Specialty plots' ),
184- ('showcase' , 'Showcase' ),
185- ('api' , 'API' ),
186- ('pylab_examples' , 'pylab examples' ),
187- ('mplot3d' , 'mplot3d toolkit' ),
188- ('axes_grid1' , 'axes_grid1 toolkit' ),
189- ('axisartist' , 'axisartist toolkit' ),
190- ('units' , 'units' ),
191- ('widgets' , 'widgets' ),
192- ('misc' , 'Miscellaneous examples' ),
193- ]
194-
195-
196170# Github extension
197171
198172github_project_url = "https://github.com/matplotlib/matplotlib/"
0 commit comments