Skip to content

Commit 4284fdf

Browse files
committed
no longer building mpl examples
1 parent 682e890 commit 4284fdf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+100
-36
lines changed

doc/_static/depsy_badge.svg

-1
This file was deleted.

doc/api/animation_api.rst

+14-14

doc/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
'sphinx.ext.doctest', 'sphinx.ext.autosummary',
3232
'sphinx.ext.inheritance_diagram',
3333
'sphinx_gallery.gen_gallery',
34-
'sphinxext.gen_rst',
3534
'matplotlib.sphinxext.plot_directive',
3635
'sphinxext.github',
3736
'numpydoc']

doc/contents.rst

-1

doc/devel/contributing.rst

+2-3

doc/users/image_tutorial.rst

+1-1

doc/users/pgf.rst

+2-6

doc/users/screenshots.rst

+3-3

examples/README.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _examples-index:
2+
13
.. _gallery:
24

35
Gallery

examples/animation/README.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.. _animation_examples:
22

3+
.. _animation-examples-index:
4+
35
Animation Examples
46
==================

examples/animation/double_pendulum_animated.py renamed to examples/animation/double_pendulum_animated_sgskip.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
"""
2+
.. _animation-double_pendulum_animated:
3+
24
===========================
35
The double pendulum problem
46
===========================
57
68
This animation illustrates the double pendulum problem.
7-
"""
89
9-
# Double pendulum formula translated from the C code at
10-
# http://www.physics.usyd.edu.au/~wheat/dpend_html/solve_dpend.c
10+
Double pendulum formula translated from the C code at
11+
http://www.physics.usyd.edu.au/~wheat/dpend_html/solve_dpend.c
12+
"""
1113

1214
from numpy import sin, cos
1315
import numpy as np

examples/animation/subplots.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _animation-subplots:
3+
24
=================
35
Animated subplots
46
=================

examples/api/custom_projection_example.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _api-custom_projection_example:
3+
24
=================
35
Custom projection
46
=================

examples/api/legend.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _api-legend:
3+
24
===============================
35
Legend using pre-defined labels
46
===============================

examples/api/sankey_basics.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _api-sankey_basics:
3+
24
================
35
The Sankey class
46
================

examples/api/sankey_links.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _api-sankey_links:
3+
24
======================================
35
Long chain of connections using Sankey
46
======================================

examples/api/sankey_rankine.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _api-sankey_rankine:
3+
24
===================
35
Rankine power cycle
46
===================

examples/api/two_scales.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _api-two_scales:
3+
24
===========================
35
Plots with different scales
46
===========================

examples/axes_grid1/README.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.. _axes_grid_examples:
22

3+
.. _axes_grid1-examples-index:
4+
35
Axes Grid
46
=========

examples/axisartist/README.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.. _axis_artist_examples:
22

3+
.. _axisartist-examples-index:
4+
35
Axis Artist
46
===========

examples/color/colormaps_reference.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _color-colormaps_reference:
3+
24
==================
35
Colormap reference
46
==================

examples/lines_bars_and_markers/marker_reference.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _lines_bars_and_markers-marker_reference:
3+
24
================================
35
Filled and unfilled-marker types
46
================================

examples/lines_bars_and_markers/scatter_with_legend.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
'''
1+
"""
2+
.. _lines_bars_and_markers-scatter_with_legend:
3+
24
===========================
35
Scatter plots with a legend
46
===========================
57
68
Also demonstrates how transparency of the markers
79
can be adjusted by giving ``alpha`` a value between
810
0 and 1.
9-
'''
11+
"""
1012

1113
import matplotlib.pyplot as plt
1214
from numpy.random import rand

examples/misc/README.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
.. _misc-examples-index:
2+
13
Miscellaneous Examples
24
======================

examples/mplot3d/README.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
.. _mplot3d_example:
22

3+
.. _mplot3d-examples-index:
4+
35
mplot3d toolkit
46
===============

examples/pylab_examples/animation_demo.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-animation_demo:
3+
24
==============
35
Animation Demo
46
==============

examples/pylab_examples/annotation_demo.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-annotation_demo:
3+
24
===============
35
Annotation Demo
46
===============

examples/pylab_examples/annotation_demo3.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-annotation_demo3:
3+
24
================
35
Annotation Demo3
46
================

examples/pylab_examples/axes_demo.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-axes_demo:
3+
24
=========
35
Axes Demo
46
=========

examples/pylab_examples/axhspan_demo.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-axhspan_demo:
3+
24
============
35
Axhspan Demo
46
============

examples/pylab_examples/contourf_hatching.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-contourf_hatching:
3+
24
=================
35
Contourf Hatching
46
=================

examples/pylab_examples/figlegend_demo.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-figlegend_demo:
3+
24
==================
35
Figure legend demo
46
==================

examples/pylab_examples/major_minor_demo1.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-major_minor_demo1:
3+
24
=================
35
Major Minor Demo1
46
=================

examples/pylab_examples/psd_demo2.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-psd_demo2:
3+
24
=========
35
Psd Demo2
46
=========

examples/pylab_examples/psd_demo3.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-psd_demo3:
3+
24
=========
35
Psd Demo3
46
=========

examples/pylab_examples/scatter_symbol.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-scatter_symbol:
3+
24
==============
35
Scatter Symbol
46
==============

examples/pylab_examples/spine_placement_demo.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-spine_placement_demo:
3+
24
====================
35
Spine Placement Demo
46
====================

examples/pylab_examples/subplot_demo.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-subplots_demo:
3+
24
============
35
Subplot Demo
46
============

examples/pylab_examples/zorder_demo.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _pylab_examples-zorder_demo:
3+
24
===========
35
Zorder Demo
46
===========

examples/statistics/boxplot.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _statistics-boxplot:
3+
24
=========================================
35
Demo of artist customization in box plots
46
=========================================

examples/statistics/bxp.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _statistics-bxp:
3+
24
===================================
35
Demo of the boxplot drawer function
46
===================================

examples/subplots_axes_and_figures/equal_aspect_ratio.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _subplots_axes_and_figures-equal_aspect_ratio:
3+
24
=================
35
Equal aspect axes
46
=================

examples/widgets/polygon_selector_demo.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _widgets-polygon_selector_demo:
3+
24
=====================
35
Polygon Selector Demo
46
=====================

examples/widgets/span_selector.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""
2+
.. _widgets-span_selector:
3+
24
=============
35
Span Selector
46
=============

0 commit comments

Comments
 (0)