From 4ae17446f3bb9a48a1ac4b195422e5fd722c4cce Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 16 May 2022 20:50:05 +0200 Subject: [doc] Smaller description of the optional checker messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> --- doc/exts/pylint_messages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/exts/pylint_messages.py b/doc/exts/pylint_messages.py index c1404fa2f..4a7096a71 100644 --- a/doc/exts/pylint_messages.py +++ b/doc/exts/pylint_messages.py @@ -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. """ ) -- cgit v1.2.1