When using Sphinx to document shell command-line examples, is there a good way to show user-modifiable text? For example, what is a good way to show <file to delete> is something the user should specify and not type verbatim
Delete a File
`````````````
This is how to delete a file
.. code-block:: console
  $ rm <file to delete>
In other documentation systems, this text might be italicized, but using code-block appears to disable all (most?) inline formatting.
 
    