-
-
Notifications
You must be signed in to change notification settings - Fork 33k
Closed
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Description
From @serhiy-storchaka in #101100
My suggestion for
stdtypes.rst
:Leave the statements and operators in the tables, but document all methods using normal Sphinx syntax, e.g.:
.. method:: sequence.append(value, /)Then make anchors for
list.append()
,bytearray.append()
,deque.append()
, etc linked to this definition (there is a way to do this without cluttering the text and index). For example:.. method:: list.append(value, /) bytearray.append(value, /) :no-typesetting: :no-index-entry: .. method:: sequence.append(value, /)
Linked PRs
StanFromIreland
Metadata
Metadata
Assignees
Labels
docsDocumentation in the Doc dirDocumentation in the Doc dir
Projects
Status
Todo