From edb8f5f246cf99ca6b62d93105450f712edaa6dd Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 9 Feb 2025 15:46:36 +0200 Subject: [PATCH 1/2] Fix markup to show table --- documentation/markup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/markup.rst b/documentation/markup.rst index 9528075d9..97976fb84 100644 --- a/documentation/markup.rst +++ b/documentation/markup.rst @@ -22,7 +22,7 @@ Element Markup See also arguments/parameters ``*arg*`` :ref:`inline-markup` variables/literals/code ````foo````, ````42````, ````len(s) - 1```` :ref:`inline-markup` True/False/None ````True````, ````False````, ````None```` :ref:`inline-markup` -function definitions ``.. function:: print(*args)`` :ref:`directives` +function definitions ``.. function:: print(*args)`` :ref:`directives` function references ``:func:`print``` :ref:`roles` attribute definitions ``.. attribute: `attr-name``` :ref:`information-units` attribute references ``:attr:`attr-name``` :ref:`roles` From 0dd2740c8b1700edd904d3f99f6d1a800ea855d1 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Mon, 10 Feb 2025 12:54:33 +0000 Subject: [PATCH 2/2] emend the markup tabulation table markup Co-authored-by: Ezio Melotti --- documentation/markup.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/markup.rst b/documentation/markup.rst index 97976fb84..fc8deb4bb 100644 --- a/documentation/markup.rst +++ b/documentation/markup.rst @@ -22,8 +22,8 @@ Element Markup See also arguments/parameters ``*arg*`` :ref:`inline-markup` variables/literals/code ````foo````, ````42````, ````len(s) - 1```` :ref:`inline-markup` True/False/None ````True````, ````False````, ````None```` :ref:`inline-markup` -function definitions ``.. function:: print(*args)`` :ref:`directives` -function references ``:func:`print``` :ref:`roles` +function definitions ``.. function:: print(*args)`` :ref:`directives` +function references ``:func:`print``` :ref:`roles` attribute definitions ``.. attribute: `attr-name``` :ref:`information-units` attribute references ``:attr:`attr-name``` :ref:`roles` reference labels ``.. _label-name:`` :ref:`doc-ref-role`