Welcome to test-rtd’s documentation!

Indices and tables

Custom Sections

  • A bullet list item
  • Second item
    • A sub item
  • Spacing between items create separate lists
  • Third Item
  1. An enumerated list item

  2. Second item

    a) Sub item that goes on at length and thus needs to be wrapped. Note the indentation that must match the beginning of the text, not the enumerator

    i) List items can even include paragraph breaks

  3. Third item

  4. Another enumerated list item

  5. Second item

Images

https://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Great_Sphinx_of_Giza_May_2015.JPG/580px-Great_Sphinx_of_Giza_May_2015.JPG

Literal Blocks

Some literal text

This may also be used inline at the end of a paragraph, like so:

Some more literal text
import math
print('A literal block explicitly marked as Python code')