In the README.rst for blargs we see an syntactic error in the first sentence of the Quick Start section - specifically we see :class:
rendered instead of only seeing Parser
.
The actual code of that sentence is:
The preferred use of :class:`Parser` is via the ``with`` idiom, as follows:
How do we fix that syntax so that it correctly renders and what part of the restructured text docs informs us about this?