mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Add a math label and equation link link
This commit is contained in:
parent
78ed095265
commit
8955083f1a
@ -41,6 +41,7 @@ This is a test. Here is an equation:
|
||||
Here is another:
|
||||
|
||||
.. math::
|
||||
:label: This is a label
|
||||
|
||||
\nabla^2 f =
|
||||
\frac{1}{r^2} \frac{\partial}{\partial r}
|
||||
@ -48,6 +49,8 @@ Here is another:
|
||||
\frac{1}{r^2 \sin \theta} \frac{\partial f}{\partial \theta}
|
||||
\left( \sin \theta \, \frac{\partial f}{\partial \theta} \right) +
|
||||
\frac{1}{r^2 \sin^2\theta} \frac{\partial^2 f}{\partial \phi^2}
|
||||
|
||||
You can add a link to equations like the one above :eq:`This is a label` by using ``:eq:``.
|
||||
|
||||
Tables
|
||||
======
|
||||
|
Loading…
Reference in New Issue
Block a user