@@ -756,7 +756,7 @@ activity, but this can be problematic for the red/green colorblind. A new,
756756colorblind-friendly colormap is now available at :class: `matplotlib.cm.Wistia `.
757757This colormap maintains the red/green symbolism while achieving deuteranopic
758758legibility through brightness variations. See
759- `here <https://github.com/wistia/heatmap-palette >`_
759+ `here <https://github.com/wistia/heatmap-palette >`__
760760for more information.
761761
762762The nbagg backend
@@ -779,7 +779,7 @@ same way as any other matplotlib backend. Because figures require a connection
779779to the IPython notebook server for their interactivity, once the notebook is
780780saved, each figure will be rendered as a static image - thus allowing
781781non-interactive viewing of figures on services such as
782- `nbviewer <http://nbviewer.ipython.org/ >`_ .
782+ `nbviewer <http://nbviewer.ipython.org/ >`__ .
783783
784784
785785
@@ -1231,7 +1231,7 @@ New plotting features
12311231````````````````````````````
12321232To give your plots a sense of authority that they may be missing,
12331233Michael 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
12351235plotting mode. To use it, simply call :func: `matplotlib.pyplot.xkcd `
12361236before creating your plot. For really fine control, it is also possible
12371237to modify each artist's sketch parameters individually with
@@ -1456,14 +1456,14 @@ Numpydoc docstrings
14561456```````````````````
14571457Nelle Varoquaux has started an ongoing project to convert matplotlib's
14581458docstrings 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
14601460information.
14611461
14621462Example reorganization
14631463``````````````````````
14641464Tony Yu has begun work reorganizing the examples into more meaningful
14651465categories. 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
14671467more information.
14681468
14691469Examples now use subplots()
@@ -1815,7 +1815,7 @@ Gerald Storer made the Qt4 backend compatible with PySide as
18151815well as PyQT4. At present, however, PySide does not support
18161816the PyOS_InputHook mechanism for handling gui events while
18171817waiting 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
18191819feature appears in PySide, IPython users should use
18201820the PyQT4 wrapper for QT4, which remains the matplotlib default.
18211821
@@ -1943,7 +1943,7 @@ HTML5/Canvas backend
19431943---------------------
19441944
19451945Simon 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
19471947backend is almost feature complete, and they have done a lot of work
19481948comparing their html5 rendered images with our core renderer Agg. The
19491949backend 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
20002000user interface toolkits and versions and platforms he has access to,
20012001but it is not possible to test them all, so please report problems to
20022002the `mailing list
2003- <http://mail.python.org/mailman/listinfo/matplotlib-users `_
2003+ <http://mail.python.org/mailman/listinfo/matplotlib-users> `__
20042004and `bug tracker
2005- <http://github.com/matplotlib/matplotlib/issues> `_ .
2005+ <http://github.com/matplotlib/matplotlib/issues> `__ .
20062006
20072007
20082008mplot3d graphs can be embedded in arbitrary axes
@@ -2044,13 +2044,13 @@ Much improved software carpentry
20442044
20452045The matplotlib trunk is probably in as good a shape as it has ever
20462046been, 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
20502050svn commit, auto-generating a set of images and comparing them against
20512051a set of known-goods, sending emails to developers on failures with a
20522052pixel-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
20542054bugfixes happen in branches, allowing active new feature development
20552055to happen in the trunk while keeping the release branches stable.
20562056Thanks to Andrew Straw, Michael Droettboom and other matplotlib
@@ -2061,7 +2061,7 @@ Bugfix marathon
20612061
20622062Eric Firing went on a bug fixing and closing marathon, closing over
20632063100 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
20652065help from Jae-Joon Lee, Michael Droettboom, Christoph Gohlke and
20662066Michiel de Hoon.
20672067
0 commit comments