Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83e8b971 authored by André Almeida's avatar André Almeida Committed by Jonathan Corbet
Browse files

sphinx.rst: Add note about code snippets embedded in the text



There's a paragraph that explains how to create fixed width text block,
but it doesn't explains how to create fixed width text inline, although
this feature is really used through the documentation. Fix that adding a
quick note about it.

Signed-off-by: default avatarAndré Almeida <andrealmeid@collabora.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 407b584d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -217,7 +217,7 @@ Here are some specific guidelines for the kernel documentation:
  examples, etc.), use ``::`` for anything that doesn't really benefit
  from syntax highlighting, especially short snippets. Use
  ``.. code-block:: <language>`` for longer code blocks that benefit
  from highlighting.
  from highlighting. For a short snippet of code embedded in the text, use \`\`.


the C domain