From 95c07699aad0c716623e3992f5c968a59ce84f30 Mon Sep 17 00:00:00 2001 From: Gerhardt Gao Date: Thu, 18 Dec 2025 18:54:21 +0800 Subject: [PATCH 1/2] fix link to dudir --- doc/usage/restructuredtext/basics.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/usage/restructuredtext/basics.rst b/doc/usage/restructuredtext/basics.rst index 8f408f45e38..b81b7e0eded 100644 --- a/doc/usage/restructuredtext/basics.rst +++ b/doc/usage/restructuredtext/basics.rst @@ -402,7 +402,7 @@ Docutils supports the following directives: .. _rstclass: - - :dudir:`class` (assign a class attribute to the next element) + - :dudir:`class ` (assign a class attribute to the next element) .. note:: From 583ccfe8c033140665d24fa6f564fd1a285ed2e1 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Wed, 24 Dec 2025 15:34:50 +0000 Subject: [PATCH 2/2] Update doc/usage/restructuredtext/basics.rst --- doc/usage/restructuredtext/basics.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/usage/restructuredtext/basics.rst b/doc/usage/restructuredtext/basics.rst index b81b7e0eded..cd7a151b95a 100644 --- a/doc/usage/restructuredtext/basics.rst +++ b/doc/usage/restructuredtext/basics.rst @@ -402,7 +402,8 @@ Docutils supports the following directives: .. _rstclass: - - :dudir:`class ` (assign a class attribute to the next element) + - :dudir:`class ` + (assign a class attribute to the next element) .. note::