Skip to content

Commit ab8949b

Browse files
committed
Updated links to documents
1 parent 90489be commit ab8949b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,9 @@ In most cases, you will likely want to use one of `Sphinx's builtin Math
349349
extensions <https://www.sphinx-doc.org/en/master/usage/extensions/math.html>`__.
350350
In rare cases we want the rendering of the mathematical text in the
351351
documentation html to exactly match with the rendering of the mathematical
352-
expression in the Matplotlib figure. In these cases, you can use the
352+
expression in the Matplotlib figure. In these cases, you can use the
353353
`matplotlib.sphinxext.mathmpl` Sphinx extension (See also the
354-
:doc:`../tutorials/text/mathtext` tutorial.)
354+
:doc:`../users/explain/text/mathtext` tutorial.)
355355

356356
.. _writing-docstrings:
357357

lib/matplotlib/sphinxext/mathmpl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The ``mathmpl`` Sphinx extension creates a mathtext image in Matplotlib and
66
shows it in html output. Thus, it is a true and faithful representation of what
77
you will see if you pass a given LaTeX string to Matplotlib (see
8-
:doc:`../tutorials/text/mathtext`).
8+
:ref:`mathtext`).
99
1010
.. warning::
1111
In most cases, you will likely want to use one of `Sphinx's builtin Math

0 commit comments

Comments
 (0)