aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2016-06-09 09:44:53 +0100
committerDominic Steinitz <dominic@steinitz.org>2016-06-09 09:44:53 +0100
commit1f28fd887cd405ef5e31868ae51c32df2545e484 (patch)
tree6369e2ec83c346242dd1074771a58b8a8ff63ebb /doc
parent6b075efec016e9a28e83d738893862145a7164d4 (diff)
Fix math typo and add link.
Diffstat (limited to 'doc')
-rw-r--r--doc/markup.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/markup.rst b/doc/markup.rst
index bc27d34f..78718c18 100644
--- a/doc/markup.rst
+++ b/doc/markup.rst
@@ -807,12 +807,12 @@ delimiters are ``\[...\]`` for displayed mathematics and ``\(...\)``
for in-line mathematics. An example looks like this: ::
\[
- f(a) = \frac{1}{2\pi i}\oint_\gamma \frac{f(z)}{z-a}\mathrm\,{d}z
+ f(a) = \frac{1}{2\pi i}\oint_\gamma \frac{f(z)}{z-a}\,\mathrm{d}z
\]
If the output format supports it, the mathematics will be rendered
inside the documentation. For example, the HTML backend will display
-the mathematics via MathJax.
+the mathematics via `MathJax <https://www.mathjax.org>`__.
Anchors
~~~~~~~