summaryrefslogtreecommitdiffstats
path: root/doc/usage/domains/mathematics.rst
blob: 9f02c6dc978df234840d1cc0acb2d086fa126028 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. highlight:: rst

======================
The Mathematics Domain
======================

.. versionadded:: 1.8

The math domain (name **math**) provides the following roles:

.. rst:role:: math:numref

   Role for cross-referencing equations defined by :rst:dir:`math` directive
   via their label.  Example::

      .. math:: e^{i\pi} + 1 = 0
         :label: euler

      Euler's identity, equation :math:numref:`euler`, was elected one of the
      most beautiful mathematical formulas.

   .. versionadded:: 1.8