Skip to content

Backport PR #13845 on branch v3.1.x (Fix some broken documentation links) #13849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/faq/howto_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<http://www.sphinx-doc.org/index.html>`_ extensions to restructured text
<http://www.sphinx-doc.org/en/stable/>`_ extensions to restructured text
`(ReST) <http://docutils.sourceforge.net/rst.html>`_. 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
Expand Down
6 changes: 3 additions & 3 deletions doc/thirdpartypackages/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ plotnine
========

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

.. image:: /_static/plotnine.png

Expand Down
2 changes: 1 addition & 1 deletion tutorials/introductory/customizing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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