defensively fix reStructuredText syntax

a ` : ` (space, colon, space) like that can be confused for a definition
list classifier, especially in a definition list, so prefer to
backslash-escape the colon.

see the "reStructedText Markup Specification",
section "Syntax Details" > "Body Elements" > "Definition Lists".
This commit is contained in:
Dusk Banks 2022-02-22 10:55:19 -08:00
parent f4e9ab80b9
commit 8b929322cb

View File

@ -204,8 +204,8 @@ httptoken
A personal authorization token used to fetch the url with the ``Authorization`` header.
The type of token depends on the authorization required.
- For Bearer token set : ``Bearer <Your_bearer_token>``
- For Basic token set : ``Basic <Your_base64_encoded_token>``
- For Bearer token set \: ``Bearer <Your_bearer_token>``
- For Basic token set \: ``Basic <Your_base64_encoded_token>``
In the keyfile add ``httptoken_{name}`` token.