Skip to content

Commit

Permalink
emend the markup tabulation table markup
Browse files Browse the repository at this point in the history
Co-authored-by: Ezio Melotti <[email protected]>
  • Loading branch information
AA-Turner and ezio-melotti authored Feb 10, 2025
1 parent edb8f5f commit 0dd2740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/markup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 0dd2740

Please sign in to comment.