Back to Intellij Community

RestRoleInspection

python/pluginResources/inspectionDescriptions/RestRoleInspection.html

2025.3-rc-2325 B
Original Source

Reports undefined roles in reStructuredText files.

Example:

.. role:: custom
.. role:: newcustom(emphasis)

An example of using :custom:`interpreted text`
An example of using :newcustom:`interpreted text`
An example of using :emphasis:`interpreted text`

Some text using undefined role :undef:`interpreted text`