Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion content/contributing/documentation/rst_cheat_sheet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,25 @@ Render
.. tip::
Use this admonition to inform the reader about a useful trick that requires an action.

.. _contributing/example:

Example
-------

RST
~~~

.. code-block:: rst

.. example::
Use this admonition to show an example.

Render
~~~~~~

.. example::
Use this admonition to show an example.

.. _contributing/exercise:

Exercise
Expand All @@ -414,7 +433,7 @@ RST
.. code-block:: rst

.. exercise::
Use this admonition to suggest an exercise to the reader.
Use this admonition to suggest an exercise to the reader.

Render
~~~~~~
Expand Down