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 01f3030 commit 991182aCopy full SHA for 991182a
docs/source/tutorials/tutorial.rst
@@ -64,7 +64,7 @@ and *box_size* as input parameters:
64
results.run()
65
66
After the calculation is done, all the computed data can be obtained from the
67
-`results`object. For instance, for :math:`<N>`, type:
+`results` object. For instance, for :math:`\langle N \rangle`, type:
68
69
.. code:: python
70
@@ -76,7 +76,7 @@ which will return:
76
77
0.84
78
79
-To plot :math:`<\Delta N^2>`, let us import Pyplot first:
+To plot :math:`\langle \Delta N^2 \rangle`, let us import Pyplot first:
80
81
82
0 commit comments