From cab08e3083cffa7e680d0eea01abec5c679c3ff4 Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Mon, 9 Feb 2026 14:31:40 +0100 Subject: [PATCH 1/2] crosslink Inline code chapters It is not evident starting from chapter "Inline code with or without overlays" that a more detailed chapter "Inline code" already exists. --- Documentation/Reference/ReStructuredText/Code/InlineCode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Reference/ReStructuredText/Code/InlineCode.rst b/Documentation/Reference/ReStructuredText/Code/InlineCode.rst index f484d21c..dac60a96 100644 --- a/Documentation/Reference/ReStructuredText/Code/InlineCode.rst +++ b/Documentation/Reference/ReStructuredText/Code/InlineCode.rst @@ -33,7 +33,7 @@ By convention single backticks are used unless double are needed. Code roles with language information and overlay ================================================ -You can also use text roles with one of the predefined languages to display more +You can also use `text roles `_ with one of the predefined languages to display more information to the user. For the most common languages, automatic detection provides more context for the user. From 9029376b6e135a0df1da778812c7c151466ff3fa Mon Sep 17 00:00:00 2001 From: Franz Holzinger Date: Tue, 10 Feb 2026 10:47:19 +0100 Subject: [PATCH 2/2] omit the [interlink]: part --- Documentation/Reference/ReStructuredText/Code/InlineCode.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Reference/ReStructuredText/Code/InlineCode.rst b/Documentation/Reference/ReStructuredText/Code/InlineCode.rst index dac60a96..d4586044 100644 --- a/Documentation/Reference/ReStructuredText/Code/InlineCode.rst +++ b/Documentation/Reference/ReStructuredText/Code/InlineCode.rst @@ -33,7 +33,7 @@ By convention single backticks are used unless double are needed. Code roles with language information and overlay ================================================ -You can also use `text roles `_ with one of the predefined languages to display more +You can also use `text roles `_ with one of the predefined languages to display more information to the user. For the most common languages, automatic detection provides more context for the user.