Skip to content

Commit

Permalink
[doc] Smaller description of the optional checker messages
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël van Noord <[email protected]>
  • Loading branch information
Pierre-Sassoulas and DanielNoord committed May 18, 2022
1 parent e85540c commit 98d9a9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/exts/pylint_messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ def _write_single_message_page(category_dir: Path, message: MessageData) -> None
stream.write(
f"""
.. note::
This message is emitted by an optional checker which requires the ``{message.checker_module_name}``
plugin to be loaded. See: :ref:`{message.checker_module_name}`.
This message is emitted by the optional :ref:`'{message.checker}'<{message.checker_module_name}>` checker which requires the ``{message.checker_module_name}``
plugin to be loaded.
"""
)
Expand Down

0 comments on commit 98d9a9f

Please sign in to comment.