diff options
| author | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-06-14 22:45:12 +0200 |
|---|---|---|
| committer | Juan Luis Cano RodrÃguez <hello@juanlu.space> | 2021-06-14 22:45:12 +0200 |
| commit | d65acfc1cccbe416b2eb5349bf45e2c0f5b6d551 (patch) | |
| tree | c190459c8674a59c73511fec6dec2a4e691ee7d4 /doc/tutorial | |
| parent | ce0f165baecb62ad1dd42dce54a9bf88ffb18806 (diff) | |
| download | sphinx-git-d65acfc1cccbe416b2eb5349bf45e2c0f5b6d551.tar.gz | |
Fix another accidental reflow
Diffstat (limited to 'doc/tutorial')
| -rw-r--r-- | doc/tutorial/index.rst | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/tutorial/index.rst b/doc/tutorial/index.rst index 5f9071526..681fcb6db 100644 --- a/doc/tutorial/index.rst +++ b/doc/tutorial/index.rst @@ -170,10 +170,11 @@ Modify the file as follows: This showcases several features of the reStructuredText syntax, including: -- a **section header** using ``===`` for the underline, - two examples of - :ref:`rst-inline-markup`: ``**strong emphasis**`` (typically bold) and - ``*emphasis*`` (typically italics), - an **inline external link**, - and a - ``note`` **admonition** (one of the available :ref:`directives +- a **section header** using ``===`` for the underline, +- two examples of :ref:`rst-inline-markup`: ``**strong emphasis**`` (typically + bold) and ``*emphasis*`` (typically italics), +- an **inline external link**, +- and a ``note`` **admonition** (one of the available :ref:`directives <rst-directives>`) Now to render it with the new content, you can use the ``sphinx-build`` command |
