@@ -756,7 +756,7 @@ activity, but this can be problematic for the red/green colorblind. A new,
756
756
colorblind-friendly colormap is now available at :class: `matplotlib.cm.Wistia `.
757
757
This colormap maintains the red/green symbolism while achieving deuteranopic
758
758
legibility through brightness variations. See
759
- `here <https://github.com/wistia/heatmap-palette >`_
759
+ `here <https://github.com/wistia/heatmap-palette >`__
760
760
for more information.
761
761
762
762
The nbagg backend
@@ -779,7 +779,7 @@ same way as any other matplotlib backend. Because figures require a connection
779
779
to the IPython notebook server for their interactivity, once the notebook is
780
780
saved, each figure will be rendered as a static image - thus allowing
781
781
non-interactive viewing of figures on services such as
782
- `nbviewer <http://nbviewer.ipython.org/ >`_ .
782
+ `nbviewer <http://nbviewer.ipython.org/ >`__ .
783
783
784
784
785
785
@@ -1231,7 +1231,7 @@ New plotting features
1231
1231
````````````````````````````
1232
1232
To give your plots a sense of authority that they may be missing,
1233
1233
Michael Droettboom (inspired by the work of many others in
1234
- :ghpull: `1329 `) has added an `xkcd-style <http://xkcd.com/ >`_ sketch
1234
+ :ghpull: `1329 `) has added an `xkcd-style <http://xkcd.com/ >`__ sketch
1235
1235
plotting mode. To use it, simply call :func: `matplotlib.pyplot.xkcd `
1236
1236
before creating your plot. For really fine control, it is also possible
1237
1237
to modify each artist's sketch parameters individually with
@@ -1456,14 +1456,14 @@ Numpydoc docstrings
1456
1456
```````````````````
1457
1457
Nelle Varoquaux has started an ongoing project to convert matplotlib's
1458
1458
docstrings to numpydoc format. See `MEP10
1459
- <https://github.com/matplotlib/matplotlib/wiki/Mep10> `_ for more
1459
+ <https://github.com/matplotlib/matplotlib/wiki/Mep10> `__ for more
1460
1460
information.
1461
1461
1462
1462
Example reorganization
1463
1463
``````````````````````
1464
1464
Tony Yu has begun work reorganizing the examples into more meaningful
1465
1465
categories. The new gallery page is the fruit of this ongoing work.
1466
- See `MEP12 <https://github.com/matplotlib/matplotlib/wiki/MEP12 >`_ for
1466
+ See `MEP12 <https://github.com/matplotlib/matplotlib/wiki/MEP12 >`__ for
1467
1467
more information.
1468
1468
1469
1469
Examples now use subplots()
@@ -1815,7 +1815,7 @@ Gerald Storer made the Qt4 backend compatible with PySide as
1815
1815
well as PyQT4. At present, however, PySide does not support
1816
1816
the PyOS_InputHook mechanism for handling gui events while
1817
1817
waiting for text input, so it cannot be used with the new
1818
- version 0.11 of `IPython <http://ipython.org >`_ . Until this
1818
+ version 0.11 of `IPython <http://ipython.org >`__ . Until this
1819
1819
feature appears in PySide, IPython users should use
1820
1820
the PyQT4 wrapper for QT4, which remains the matplotlib default.
1821
1821
@@ -1943,7 +1943,7 @@ HTML5/Canvas backend
1943
1943
---------------------
1944
1944
1945
1945
Simon Ratcliffe and Ludwig Schwardt have released an `HTML5/Canvas
1946
- <http://code.google.com/p/mplh5canvas/> `_ backend for matplotlib. The
1946
+ <http://code.google.com/p/mplh5canvas/> `__ backend for matplotlib. The
1947
1947
backend is almost feature complete, and they have done a lot of work
1948
1948
comparing their html5 rendered images with our core renderer Agg. The
1949
1949
backend features client/server interactive navigation of matplotlib
@@ -2000,9 +2000,9 @@ figures since the last call. Eric has done a lot of testing on the
2000
2000
user interface toolkits and versions and platforms he has access to,
2001
2001
but it is not possible to test them all, so please report problems to
2002
2002
the `mailing list
2003
- <http://mail.python.org/mailman/listinfo/matplotlib-users `_
2003
+ <http://mail.python.org/mailman/listinfo/matplotlib-users> `__
2004
2004
and `bug tracker
2005
- <http://github.com/matplotlib/matplotlib/issues> `_ .
2005
+ <http://github.com/matplotlib/matplotlib/issues> `__ .
2006
2006
2007
2007
2008
2008
mplot3d graphs can be embedded in arbitrary axes
@@ -2044,13 +2044,13 @@ Much improved software carpentry
2044
2044
2045
2045
The matplotlib trunk is probably in as good a shape as it has ever
2046
2046
been, thanks to improved `software carpentry
2047
- <http://software-carpentry.org/> `_ . We now have a `buildbot
2048
- <http://buildbot.net/trac> `_ which runs a suite of `nose
2049
- <http://code.google.com/p/python-nose/> `_ regression tests on every
2047
+ <http://software-carpentry.org/> `__ . We now have a `buildbot
2048
+ <http://buildbot.net/trac> `__ which runs a suite of `nose
2049
+ <http://code.google.com/p/python-nose/> `__ regression tests on every
2050
2050
svn commit, auto-generating a set of images and comparing them against
2051
2051
a set of known-goods, sending emails to developers on failures with a
2052
2052
pixel-by-pixel `image comparison
2053
- <http://mpl.code.astraw.com/overview.html> `_ . Releases and release
2053
+ <http://mpl.code.astraw.com/overview.html> `__ . Releases and release
2054
2054
bugfixes happen in branches, allowing active new feature development
2055
2055
to happen in the trunk while keeping the release branches stable.
2056
2056
Thanks to Andrew Straw, Michael Droettboom and other matplotlib
@@ -2061,7 +2061,7 @@ Bugfix marathon
2061
2061
2062
2062
Eric Firing went on a bug fixing and closing marathon, closing over
2063
2063
100 bugs on the `bug tracker
2064
- <http://sourceforge.net/tracker/?group_id=80706&atid=560720> `_ with
2064
+ <http://sourceforge.net/tracker/?group_id=80706&atid=560720> `__ with
2065
2065
help from Jae-Joon Lee, Michael Droettboom, Christoph Gohlke and
2066
2066
Michiel de Hoon.
2067
2067
0 commit comments