From 98d9a9f5eb424fc485c931201af88d5e1f852d49 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Mon, 16 May 2022 20:50:05 +0200 Subject: [PATCH] [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 c1404fa2ff..4a7096a710 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. """ )