Leave the statements and operators in the tables, but document all methods using normal Sphinx syntax, e.g.:
.. method:: sequence.append(value, /)
.. method:: list.append(value, /)
bytearray.append(value, /)
:no-typesetting:
:no-index-entry:
.. method:: sequence.append(value, /)
From @serhiy-storchaka in #101100
Linked PRs