Files
openide/python/pluginResources/inspectionDescriptions/RestRoleInspection.html
Semyon Proshev cf78619d36 Update python inspections' descriptions (PY-48274)
GitOrigin-RevId: 4ee6b7ef7e51a697e4d52a06b87cf599c79366a0
2021-04-30 10:35:14 +00:00

17 lines
407 B
HTML

<html>
<body>
<p>Reports undefined roles in reStructuredText files.</p>
<p><b>Example:</b></p>
<pre style="font-family: monospace">
.. 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`
</pre>
</body>
</html>