:orphan: ############################################ Section header 1: # with overline, for parts ############################################ *********************************************** Section header 2: * with overline, for chapters *********************************************** Section header 2: = for sections ================================ Section header 3: - for subsections ----------------------------------- Section header 4: ^ for subsubsections ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Section header 5: " for paragraphs """""""""""""""""""""""""""""""""" The paragraph is the most basic block in a reST document. Paragraphs are simply chunks of text separated by one or more blank lines. As in Python, indentation is significant in reST, so all lines of the same paragraph must be left-aligned to the same level of indentation. The standard reST inline markup is quite simple: use one asterisk: ``*text*`` for *emphasis (italics)*, two asterisks: ``**text**`` for **strong emphasis (boldface)**, and backquotes: ```text``` for code samples. Documentation for Python's standard library, along with tutorials and guides, are available online. Replacements ============ `file-code `__ f1c8 |fa-file-code| .. |fa-file-code| raw:: html `file-video `__ f1c9 |fa-file-video| .. |fa-file-video| raw:: html `play-circle `__ f144 |fa-play-circle| .. |fa-play-circle| raw:: html `youtube `__ f167 |fa-youtube| .. |fa-youtube| raw:: html `wikipedia-w `__ f266 |fa-wikipedia-w| .. |fa-wikipedia-w| raw:: html Tables ====== Grid table ---------- https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#grid-tables .. table:: A grid table :width: 100% :widths: 20 50 30 :class: lecture-unit +-----+---------------+-----+ | A0 | B0 | C0 | +=====+===============+=====+ | A1 + B1 + C1 | +-----+---------------+-----+ | A2 | B2 + C2 | +-----+---------------+-----+ | A3 | B3 | C3 | +-----+---------------+-----+ List table ---------- .. list-table:: A list table :header-rows: 1 :stub-columns: 1 :width: 100% :widths: 20 50 30 * - A0 - B0 - C0 * - A1 - B1 - C1 * - A2 - B2 - C2 * - A3 - B3 - C3 Lists ===== Bulleted lists: * ----------------- * This is a bulleted list. * It has two items, the second item uses two lines. Numbered lists: 1. ------------------ 1. This is a numbered list. 2. It has two items too. Autonumbered lists: # --------------------- #. This is a numbered list. #. It has two items too. Definition lists ---------------- term (up to a line of text) Definition of the term, which must be indented and can even consist of multiple paragraphs next term Description. Images ====== .. figure:: /_static/ecology_and_sustainability/references/1982-koyaanisqatsi-160x.jpeg :width: 80px :align: left :class: foooi Caption * One * Two |clearfloats| .. role:: xyzzy .. container:: foo .. figure:: /_static/ecology_and_sustainability/references/1982-koyaanisqatsi-160x.jpeg :width: 80px :align: left :class: fooo :xyzzy:`Reggio Koyaanisqatsi (1982)` Godfrey **Reggio** *(D, W)* |br| `IMDb `__, `RT `__, https://www.qatsi.org |clearfloats| :xyzzy:`Koyaanisqatsi (1982)` ----------------------------- .. figure:: /_static/ecology_and_sustainability/references/1982-koyaanisqatsi-160x.jpeg :width: 80px :align: left Godfrey **Reggio** *(D, W)* |br| `IMDb `__, `RT `__, https://www.qatsi.org |clearfloats| .. class:: veryspecial .. class:: specialllll This is a "speciallll" paragraph. .. class:: exceptional remarkable An Exceptional Section ====================== This is an ordinary paragraph. .. class:: multiple First paragraph. Second paragraph. * bullet list .. class:: classy item * second item, with class argument `Another test` -------------- .. raw:: html Peter **Knobloch** |br| This is a testtt |clearfloats| Containers ========== .. container:: foo Some text Visual lists ============ Koyaanisqatsi (1984) -------------------- .. figure:: /_static/ecology_and_sustainability/references/1982-koyaanisqatsi-160x.jpeg :width: 80px :class: preview Godfrey **Reggio** *(D, W)* |br| `IMDb `__, `RT `__, https://www.qatsi.org