We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ed095 commit 8955083Copy full SHA for 8955083
demo_docs/source/index.rst
@@ -41,13 +41,16 @@ This is a test. Here is an equation:
41
Here is another:
42
43
.. math::
44
+ :label: This is a label
45
46
\nabla^2 f =
47
\frac{1}{r^2} \frac{\partial}{\partial r}
48
\left( r^2 \frac{\partial f}{\partial r} \right) +
49
\frac{1}{r^2 \sin \theta} \frac{\partial f}{\partial \theta}
50
\left( \sin \theta \, \frac{\partial f}{\partial \theta} \right) +
51
\frac{1}{r^2 \sin^2\theta} \frac{\partial^2 f}{\partial \phi^2}
52
+
53
+You can add a link to equations like the one above :eq:`This is a label` by using ``:eq:``.
54
55
Tables
56
======
0 commit comments