From 0a695ee9d5122dc4c5925759815f38a77747ab53 Mon Sep 17 00:00:00 2001 From: Jason Kridner <jkridner@beagleboard.org> Date: Sun, 18 Dec 2022 00:04:01 -0500 Subject: [PATCH] Update rst-cheat-sheet.rst --- intro/contribution/rst-cheat-sheet.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/intro/contribution/rst-cheat-sheet.rst b/intro/contribution/rst-cheat-sheet.rst index aa3b388b..47818fcb 100644 --- a/intro/contribution/rst-cheat-sheet.rst +++ b/intro/contribution/rst-cheat-sheet.rst @@ -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. Annotations -=========== +*********** .. code-block:: ReStructuredText @@ -247,14 +247,14 @@ Annotations .. code-block:: python <2> - import numpy as np # ``<1>`` <3> - import math # ``<2>`` + import numpy as np # <1> <3> + import math # <2> .. annotations:: <4> - ``<1>`` Comment #1 <5> + <1> Comment #1 <5> - ``<2>`` Comment #2 + <2> Comment #2 .. annotations:: -- GitLab