From 9ecb8c1c2ebffd9ce14e1d37f20f902d15e599f8 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Tue, 2 Apr 2019 17:26:10 +0100 Subject: [PATCH] Fix some documentation links --- doc/faq/howto_faq.rst | 2 +- doc/thirdpartypackages/index.rst | 6 +++--- tutorials/introductory/customizing.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/faq/howto_faq.rst b/doc/faq/howto_faq.rst index 1380c57bdf84..39cfc86258cd 100644 --- a/doc/faq/howto_faq.rst +++ b/doc/faq/howto_faq.rst @@ -615,7 +615,7 @@ for it in the :ref:`users-guide-index`. And so on... I think you get the idea. Matplotlib is documented using the `sphinx -`_ extensions to restructured text +`_ extensions to restructured text `(ReST) `_. sphinx is an extensible python framework for documentation projects which generates HTML and PDF, and is pretty easy to write; you can see the source for this diff --git a/doc/thirdpartypackages/index.rst b/doc/thirdpartypackages/index.rst index c801104a77e4..c8e6bc9abebf 100644 --- a/doc/thirdpartypackages/index.rst +++ b/doc/thirdpartypackages/index.rst @@ -62,9 +62,9 @@ plotnine ======== `plotnine `_ implements a grammar -of graphics, similar to R's `ggplot2 `_. The grammar allows -users to compose plots by explicitly mapping data to the visual objects that -make up the plot. +of graphics, similar to R's `ggplot2 `_. +The grammar allows users to compose plots by explicitly mapping data to the +visual objects that make up the plot. .. image:: /_static/plotnine.png diff --git a/tutorials/introductory/customizing.py b/tutorials/introductory/customizing.py index 63fa3e030d9f..18cff878f0ad 100644 --- a/tutorials/introductory/customizing.py +++ b/tutorials/introductory/customizing.py @@ -180,6 +180,6 @@ # .. literalinclude:: ../../../matplotlibrc.template # # -# .. _ggplot: http://ggplot2.org/ +# .. _ggplot: https://ggplot2.tidyverse.org/ # .. _R: https://www.r-project.org/ # .. _provided by Matplotlib: https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/mpl-data/stylelib