Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae73a46

Browse files
authored
Merge pull request #13845 from dstansby/doclinks
Fix some broken documentation links
2 parents a6e3e56 + 9ecb8c1 commit ae73a46

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/faq/howto_faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ for it in the :ref:`users-guide-index`. And so on... I think you get the
615615
idea.
616616

617617
Matplotlib is documented using the `sphinx
618-
<http://www.sphinx-doc.org/index.html>`_ extensions to restructured text
618+
<http://www.sphinx-doc.org/en/stable/>`_ extensions to restructured text
619619
`(ReST) <http://docutils.sourceforge.net/rst.html>`_. sphinx is an
620620
extensible python framework for documentation projects which generates
621621
HTML and PDF, and is pretty easy to write; you can see the source for this

doc/thirdpartypackages/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ plotnine
6262
========
6363

6464
`plotnine <https://plotnine.readthedocs.io/en/stable/>`_ implements a grammar
65-
of graphics, similar to R's `ggplot2 <http://ggplot2.org/>`_. The grammar allows
66-
users to compose plots by explicitly mapping data to the visual objects that
67-
make up the plot.
65+
of graphics, similar to R's `ggplot2 <https://ggplot2.tidyverse.org/>`_.
66+
The grammar allows users to compose plots by explicitly mapping data to the
67+
visual objects that make up the plot.
6868

6969
.. image:: /_static/plotnine.png
7070

tutorials/introductory/customizing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@
180180
# .. literalinclude:: ../../../matplotlibrc.template
181181
#
182182
#
183-
# .. _ggplot: http://ggplot2.org/
183+
# .. _ggplot: https://ggplot2.tidyverse.org/
184184
# .. _R: https://www.r-project.org/
185185
# .. _provided by Matplotlib: https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/mpl-data/stylelib

0 commit comments

Comments
 (0)