Peter Maydell <[email protected]> writes: > In rST documents, an '@' character in normal text or a parsed-literal is > assumed to be an email address and will result in a 'mailto:' hyperlink in > the generated HTML. In several places we have mailto: hyperlinks that are > unintended nonsense; correct these by either escaping the @ character or > making the text use ``...`` preformatted rendering. > > This commit covers only the simple cases which can be trivially fixed > with escaping or ``..``; the remaining cases will be handled in > separate commits. > > Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
