Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 685 Bytes

blocks.rst

File metadata and controls

53 lines (32 loc) · 685 Bytes

Math Example

Formula 1

Definition of the formula as inline math: \frac{ \sum_{t=0}^{N}f(t,k) }{N}.

Some more text related to the definition.

Display math:

\frac{ \sum_{t=0}^{N}f(t,k) }{N}

Code Example

>>> print("this is a Doctest block.")
this is a Doctest block.

Line Block

text sub text
more text


Other text

other text

Referencing terms from a glossary

Some other text that refers to :term:`Glossary2-Term2`.

Http domain directive

.. http:get:: /users/(int:user_id)/posts/(tag)