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

Skip to content

Commit d9268bd

Browse files
committed
fixing broken links, small errors in syntax, etc
1 parent fc1fc84 commit d9268bd

87 files changed

Lines changed: 337 additions & 262 deletions

File tree

Some content is hidden

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

doc/api/animation_api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Examples
162162
:maxdepth: 1
163163

164164
../examples/animation/basic_example
165-
../examples/animation/basic_example_writer
165+
../examples/animation/basic_example_writer_sgskip
166166
../examples/animation/dynamic_image2
167167

168168

examples/README.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Gallery
44
=======
55

6-
Click on any image to see full size image and source code.
6+
This gallery contains examples of the many things you can do with
7+
Matplotlib. Click on any image to see the full image and source code.
78

89
.. contents::

examples/animation/moviewriter_sgskip.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# -*- noplot -*-
22
"""
3+
.. _animation-moviewriter:
4+
35
===========
46
MovieWriter
57
===========

examples/api/agg_oo_sgskip.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# -*- noplot -*-
22
"""
3+
.. _api-agg_oo:
4+
35
=============================
46
The object-oriented interface
57
=============================
68
79
A pure OO (look Ma, no pylab!) example using the agg backend
810
9-
1011
"""
1112
from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas
1213
from matplotlib.figure import Figure

examples/api/font_file_sgskip.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
font_manager.FontProperties fname argument (for a more flexible
1010
solution, see the font_family_rc.py and fonts_demo.py examples).
1111
12-
1312
"""
1413
import sys
1514
import os

examples/axes_grid1/demo_axes_rgb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
=============
3-
Demo Axes Rgb
3+
Demo Axes RGB
44
=============
55
66
"""

examples/event_handling/pipong.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Pipong
44
======
55
6-
A matplotlib based game of Pong illustrating one way to write interactive
6+
A Matplotlib based game of Pong illustrating one way to write interactive
77
animation which are easily ported to multiple backends
88
pipong.py was written by Paul Ivanov <http://pirsquared.org>
99
"""

examples/event_handling/pong_gtk_sgskip.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
"""
22
========
3-
Pong Gtk
3+
Pong GTK
44
========
55
6-
For detailed comments on animation and the techniques used here, see
7-
the wiki entry
8-
http://www.scipy.org/wikis/topical_software/MatplotlibAnimation
6+
A small game demo using GTK.
97
108
"""
119
from __future__ import print_function

examples/misc/README.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Miscellaneous Examples
2+
======================

examples/misc/contour_manual.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
==============
3-
Contour Manual
3+
Manual Contour
44
==============
55
66
Example of displaying your own contour lines and polygons using ContourSet.

0 commit comments

Comments
 (0)