Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 0a695ee9 authored by Jason Kridner's avatar Jason Kridner
Browse files

Update rst-cheat-sheet.rst

parent 39591169
1 merge request!40Merge BeaglePlay and latest BeagleConnect documentation
...@@ -239,7 +239,7 @@ label for this chapter. These are called the explicit links amd you can referenc ...@@ -239,7 +239,7 @@ label for this chapter. These are called the explicit links amd you can referenc
Both can be used inside/outside of the document and the rendered link will take you directly to that specific segment. Both can be used inside/outside of the document and the rendered link will take you directly to that specific segment.
Annotations Annotations
=========== ***********
.. code-block:: ReStructuredText .. code-block:: ReStructuredText
...@@ -247,14 +247,14 @@ Annotations ...@@ -247,14 +247,14 @@ Annotations
.. code-block:: python <2> .. code-block:: python <2>
import numpy as np # ``<1>`` <3> import numpy as np # <1> <3>
import math # ``<2>`` import math # <2>
.. annotations:: <4> .. annotations:: <4>
``<1>`` Comment #1 <5> <1> Comment #1 <5>
``<2>`` Comment #2 <2> Comment #2
.. annotations:: .. annotations::
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment