Skip to content

Latest commit

 

History

History
257 lines (174 loc) · 4.04 KB

doc-cheat-sheet.rst

File metadata and controls

257 lines (174 loc) · 4.04 KB
orphan:

reStructuredText cheat sheet

This file contains the syntax for commonly used reST markup. See the `reStructuredText style guide`_ for detailed information and conventions.

Also see the `Sphinx reStructuredText Primer`_ for more details on reST, and the `Canonical Documentation Style Guide`_ for general style conventions.

H2 heading

H3 heading

H4 heading
H5 heading

Inline formatting

Code blocks

Start a code block:

code:
  - example: true
# Demonstrate a code block
code:
  - example: true
# Demonstrate a code block
code:
  - example: true

Links

Navigation

Use the following syntax:

.. toctree::
   :hidden:

   sub-page1
   sub-page2

Lists

  1. Step 1
    • Item 1
      • Sub-item
    • Item 2
      1. Sub-step 1
      2. Sub-step 2
  2. Step 2
    1. Sub-step 1
      • Item
    2. Sub-step 2
Term 1:
Definition
Term 2:
Definition

Tables

Header 1 Header 2

Cell 1

Second paragraph

Cell 2
Cell 3 Cell 4
Header 1 Header 2

Cell 1

Second paragraph

Cell 2
Cell 3 Cell 4
.. rst-class:: align-center

   +----------------------+------------+
   | Header 1             | Header 2   |
   +======================+============+
   | Cell 1               | Cell 2     |
   |                      |            |
   | Second paragraph     |            |
   +----------------------+------------+
   | Cell 3               | Cell 4     |
   +----------------------+------------+

Header 1 Header 2

Cell 1

Second paragraph

Cell 2
Cell 3 Cell 4

Notes

Note

A note.

Tip

A tip.

Important

Important information

Caution!

This might damage your hardware!

Images

https://assets.ubuntu.com/v1/b3b72cb2-canonical-logo-166.png

Alt text

Figure caption

Reuse

This is included text.

Tabs

.. tabs::

   .. group-tab:: Tab 1

      Content Tab 1

   .. group-tab:: Tab 2

      Content Tab 2


Glossary

.. glossary::

   example term
     Definition of the example term.

:term:`example term`

More useful markup


Custom extensions

Related links at the top of the page:

:relatedlinks: https://github.com/canonical/lxd-sphinx-extensions, [RTFM](https://www.google.com)
:discourse: 12345

Terms that should not be checked by the spelling checker: :spellexception:`PurposelyWrong`

A terminal view with input and output:

.. terminal::
   :input: command
   :user: root
   :host: vampyr

   the output

A link to a YouTube video:

.. youtube:: https://www.youtube.com/watch?v=iMLiK1fX4I0
          :title: Demo