Skip to content

Commit

Permalink
Fix rendering of allowed characters.
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Carreau committed Apr 26, 2020
1 parent c7b83a9 commit b363385
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/protocol/core/v3.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
".."
Expand Down

0 comments on commit b363385

Please sign in to comment.