File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ for it in the :ref:`users-guide-index`. And so on... I think you get the
615615idea.
616616
617617Matplotlib 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
620620extensible python framework for documentation projects which generates
621621HTML and PDF, and is pretty easy to write; you can see the source for this
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments