From b363385c3d889e72b4e6d3942f0f82fa83d2931c Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Sat, 25 Apr 2020 20:09:35 -0700 Subject: [PATCH] Fix rendering of allowed characters. The default rule for sphinx with simple backticks seem to be "cite", which is rendered in italic, making it relatively hard to distinguish what is the set of characters meant vs, formatting. On my initial read on current page I actually though the trailing dot was finishing the sentence, and it was not clear wether or not spaces (and or commas) were part of allowed character. With the double quote each character group is rendered: monospace, and in a different color (for current theme) --- docs/protocol/core/v3.0.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/protocol/core/v3.0.rst b/docs/protocol/core/v3.0.rst index ddd74c1d..fa116aea 100644 --- a/docs/protocol/core/v3.0.rst +++ b/docs/protocol/core/v3.0.rst @@ -263,8 +263,8 @@ node names: * must not be the empty string ("") -* must consist only of characters in the sets `a-z`, `A-Z`, `0-9`, - `-_.` +* must consist only of characters in the sets ``a-z``, ``A-Z``, ``0-9``, + ``-_.`` * must not be a string composed only of period characters, e.g. "." or ".."