@@ -27,7 +27,7 @@ Sophisticated subplot grid layout
2727
2828Jae-Joon Lee has written :mod: `~matplotlib.gridspec `, a new module for
2929doing complex subplot layouts, featuring row and column spans and
30- more. See :ref: `gridspec ` for a tutorial overview.
30+ more. See :ref: `gridspec-guide ` for a tutorial overview.
3131
3232.. plot :: users/plotting/examples/demo_gridspec01.py
3333
@@ -116,15 +116,18 @@ Much improved software carpentry
116116---------------------------------
117117
118118The matplotlib trunk is probably in as good a shape as it has ever
119- been, thanks to improved software carpentry. We now have a buildbot
120- which runs a suite of nose regression tests on every svn commit,
121- auto-generating a set of images and comparing them against a set of
122- known-goods, sending emails to developers on failures with a
123- pixel-by-pixel image comparison. Releases and release bugfixes happen
124- in branches, allowing active new feature development to happen in the
125- trunk while keeping the release branches stable. Thanks to Andrew
126- Straw, Michael Droettboom and other matplotlib developers for the
127- heavy lifting.
119+ been, thanks to improved `software carpentry
120+ <http://software-carpentry.org/> `_. We now have a `buildbot
121+ <http://buildbot.net/trac> `_ which runs a suite of `nose
122+ <http://code.google.com/p/python-nose/> `_ regression tests on every
123+ svn commit, auto-generating a set of images and comparing them against
124+ a set of known-goods, sending emails to developers on failures with a
125+ pixel-by-pixel `image comparison
126+ <http://mpl.code.astraw.com/overview.html> `_. Releases and release
127+ bugfixes happen in branches, allowing active new feature development
128+ to happen in the trunk while keeping the release branches stable.
129+ Thanks to Andrew Straw, Michael Droettboom and other matplotlib
130+ developers for the heavy lifting.
128131
129132Bugfix marathon
130133----------------
0 commit comments