File: test_rst_math.rst

package info (click to toggle)
python-readme-renderer 37.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 764 kB
  • sloc: python: 409; sh: 23; makefile: 4
file content (14 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. Sample from https://docutils.sourceforge.io/docs/ref/rst/directives.html#math

A ``math`` directive:

.. math::

  α_t(i) = P(O_1, O_2, … O_t, q_t = S_i λ)


.. Sample from https://docutils.sourceforge.io/docs/ref/rst/roles.html#math

A ``:math:`` role:

The area of a circle is :math:`A_\text{c} = (\pi/4) d^2`.