8000 Apply suggestions from code review · matplotlib/matplotlib@1aee627 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1aee627

Browse files
melissawmstory645
andcommitted
Apply suggestions from code review
Co-authored-by: hannah <story645@gmail.com>
1 parent f55cd78 commit 1aee627

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,7 @@ Tools for writing mathematical expressions
347347

348348
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>`__.
350-
In rare cases we want the html output to correspond exactly with what will be
351-
generated in a Matplotlib figure. In these cases, you can use the
350+
In rare cases we want the rendering of the mathematical text in the documentation html to exactly match with the rendering of the mathematical expression in the Matplotlib figure. In these cases, you can use the
352351
`matplotlib.sphinxext.mathmpl` Sphinx extension (See also the
353352
:doc:`../tutorials/text/mathtext` tutorial.)
354353

lib/matplotlib/sphinxext/mathmpl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
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
7-
you will see if you write a given LaTeX string to Matplotlib (see
7+
you will see if you pass a given LaTeX string to Matplotlib (see
88
:doc:`../tutorials/text/mathtext`).
99
1010
.. warning::

0 commit comments

Comments
 (0)
0