We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
example
1 parent 6fb40b6 commit 5f1979bCopy full SHA for 5f1979b
content/contributing/documentation/rst_cheat_sheet.rst
@@ -403,6 +403,25 @@ Render
403
.. tip::
404
Use this admonition to inform the reader about a useful trick that requires an action.
405
406
+.. _contributing/example:
407
+
408
+Example
409
+-------
410
411
+RST
412
+~~~
413
414
+.. code-block:: rst
415
416
+ .. example::
417
+ Use this admonition to show an example.
418
419
+Render
420
+~~~~~~
421
422
+.. example::
423
424
425
.. _contributing/exercise:
426
427
Exercise
@@ -414,7 +433,7 @@ RST
433
.. code-block:: rst
434
435
.. exercise::
- Use this admonition to suggest an exercise to the reader.
436
+ Use this admonition to suggest an exercise to the reader.
437
438
Render
439
~~~~~~
0 commit comments