Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a6eace6

Browse filesBrowse files
committed
DOC: make all links in whats_new anonymous
1 parent 0cb18e0 commit a6eace6
Copy full SHA for a6eace6

File tree

Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+10
-10
lines changed

‎doc/users/whats_new.rst

Copy file name to clipboardExpand all lines: doc/users/whats_new.rst
+10-10Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ activity, but this can be problematic for the red/green colorblind. A new,
756756
colorblind-friendly colormap is now available at :class:`matplotlib.cm.Wistia`.
757757
This colormap maintains the red/green symbolism while achieving deuteranopic
758758
legibility through brightness variations. See
759-
`here <https://github.com/wistia/heatmap-palette>`_
759+
`here <https://github.com/wistia/heatmap-palette>`__
760760
for more information.
761761

762762
The nbagg backend
@@ -779,7 +779,7 @@ same way as any other matplotlib backend. Because figures require a connection
779779
to the IPython notebook server for their interactivity, once the notebook is
780780
saved, each figure will be rendered as a static image - thus allowing
781781
non-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
````````````````````````````
12321232
To give your plots a sense of authority that they may be missing,
12331233
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
12351235
plotting mode. To use it, simply call :func:`matplotlib.pyplot.xkcd`
12361236
before creating your plot. For really fine control, it is also possible
12371237
to modify each artist's sketch parameters individually with
@@ -1456,14 +1456,14 @@ Numpydoc docstrings
14561456
```````````````````
14571457
Nelle Varoquaux has started an ongoing project to convert matplotlib's
14581458
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
14601460
information.
14611461

14621462
Example reorganization
14631463
``````````````````````
14641464
Tony Yu has begun work reorganizing the examples into more meaningful
14651465
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
14671467
more information.
14681468

14691469
Examples now use subplots()
@@ -1943,7 +1943,7 @@ HTML5/Canvas backend
19431943
---------------------
19441944

19451945
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
19471947
backend is almost feature complete, and they have done a lot of work
19481948
comparing their html5 rendered images with our core renderer Agg. The
19491949
backend features client/server interactive navigation of matplotlib
@@ -2045,12 +2045,12 @@ Much improved software carpentry
20452045
The matplotlib trunk is probably in as good a shape as it has ever
20462046
been, thanks to improved `software carpentry
20472047
<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
2048+
<http://buildbot.net/trac>`__ which runs a suite of `nose
2049+
<http://code.google.com/p/python-nose/>`__ regression tests on every
20502050
svn commit, auto-generating a set of images and comparing them against
20512051
a set of known-goods, sending emails to developers on failures with a
20522052
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
20542054
bugfixes happen in branches, allowing active new feature development
20552055
to happen in the trunk while keeping the release branches stable.
20562056
Thanks to Andrew Straw, Michael Droettboom and other matplotlib
@@ -2061,7 +2061,7 @@ Bugfix marathon
20612061

20622062
Eric Firing went on a bug fixing and closing marathon, closing over
20632063
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
20652065
help from Jae-Joon Lee, Michael Droettboom, Christoph Gohlke and
20662066
Michiel de Hoon.
20672067

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.