Authors
Ada Lovelace; Grace Hopper
Version
1.0
Date
2026-07-19
Document metadata fields such as authors, version, and date appear as labeled items before the body.
Notion supports heading levels 1 to 4. The page title above is heading level 1
and this Headings section is heading level 2.
<aside> π‘ Example
<aside> π‘ Code
.. autofunction:: example_module.greet
.. autoclass:: example_module.Calculator
:members:
</aside>
<aside> π‘ Output
<aside>
π example_module.greet(*, name: str) -> str
</aside>
<aside>
π class example_module.Calculator(*, initial_value: float = 0)
</aside>
</aside>
</aside>
<aside> π‘ Example
<aside> π‘ Code
.. rubric:: This is a rubric heading
Rubrics are informal headings that don't appear in the table of contents.
.. rubric:: A rubric with ``code`` and *italic*
Rubrics can contain inline formatting like code and emphasis.
</aside>
<aside> π‘ Output
This is a rubric heading
Rubrics are informal headings that donβt appear in the table of contents.
A rubric with code and italic
Rubrics can contain inline formatting like code and emphasis.
</aside>
</aside>
<aside> π‘ Example
<aside> π‘ Code
-h, --help Show command help.
-v, --verbose Enable *verbose* logging.
--output FILE Write output to ``FILE``.
</aside>
<aside> π‘ Output
-h, --help-v, --verbose--output FILE
</aside></aside>
<aside> π‘ Example
<aside> π‘ Code
:Status: *Draft*
:Owner: Documentation Team
:Notes: First paragraph.
Second paragraph with ``code``.
</aside>
<aside> π‘ Output
</aside>
<aside> π‘ Example
<aside> π‘ Code
term
Definition for a simple term.
``code_term``
Definition lists preserve inline formatting like code in terms.
*emphasized* term
Terms can also have emphasis and other formatting.
term : classifier
Classifiers are appended to the term with colons.
</aside>
<aside> π‘ Output
code_term</aside>