Example page ============ .. contents:: :depth: 2 This is an example page to show to capabilities of Sphinx. By default, text is written in reStructuredText format. A short introduction can be found in `this documentation page `_. Note that each page you add must be included in ``index.rst`` file, otherwise it will not appear in the documentation. You can create various section levels by underlying the section name with ``-`` for sections, ``^`` for subsections, and ``"`` for paragraphs. Subsection ---------- Subsubsection ^^^^^^^^^^^^^ Paragraph """"""""" You can add equations that are rendered using MathJax. An inline equation is written this way :math:`\Sigma_{i=1}^{10} i = 55`, while you can also have equations on their separate line, such as .. math:: :label: identity (a + b)^2 = a^2 + 2ab + b^2 And you can also reference them, see Eq. :math:numref:`identity`.