From 8af9807f547d7bca394e8a539a08074bb7095ced Mon Sep 17 00:00:00 2001 From: Damon McDougall Date: Fri, 11 Jul 2014 15:56:34 -0500 Subject: [PATCH 1/2] Fix mpl_toolkits hyperlinks --- doc/mpl_toolkits/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/mpl_toolkits/index.rst b/doc/mpl_toolkits/index.rst index dec4c5fe60ba..87effe510692 100644 --- a/doc/mpl_toolkits/index.rst +++ b/doc/mpl_toolkits/index.rst @@ -120,7 +120,7 @@ toolkit written by Joe Kington to provide interactive "data cursors" prettyplotlib ============= -`prettyplotlib `_ is an extension +`prettyplotlib `_ is an extension to matplotlib which changes many of the defaults to make plots some consider more attractive. @@ -138,7 +138,7 @@ seaborn ======= (*Not distributed with matplotlib*) -`seaborn `_ is a high +`seaborn `_ is a high level interface for drawing statistical graphics with matplotlib. It aims to make visualization a central part of exploring and understanding complex datasets. @@ -149,5 +149,5 @@ ggplot ====== (*Not distributed with matplotlib*) -`ggplot `_ is a port of the R ggplot2 +`ggplot `_ is a port of the R ggplot2 to python based on matplotlib. From 22d80ce2eef0e840a527f6288bd85ed9ce4d079b Mon Sep 17 00:00:00 2001 From: Damon McDougall Date: Fri, 11 Jul 2014 16:15:42 -0500 Subject: [PATCH 2/2] Fix hyperlinks to pylab_examples --- doc/users/credits.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/users/credits.rst b/doc/users/credits.rst index 51e5c8041790..aa15928ebd57 100644 --- a/doc/users/credits.rst +++ b/doc/users/credits.rst @@ -144,7 +144,7 @@ Eric Firing Daishi Harada added support for "Dashed Text". See `dashpointlabel.py - <../examples/pylab_examples/dashpointlabel.py>`_ and + <../examples/pylab_examples/dashpointlabel.html>`_ and :class:`~matplotlib.text.TextWithDash`. Nicolas Young