mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +00:00
gh-101100: Fix Sphinx nitpicks in library/collections.abc.rst
(#113116)
This commit is contained in:
parent
93cf7358d9
commit
006355b2a9
3 changed files with 43 additions and 41 deletions
|
@ -245,10 +245,11 @@ nitpick_ignore += [
|
|||
# be resolved, as the method is currently undocumented. For context, see
|
||||
# https://github.com/python/cpython/pull/103289.
|
||||
('py:meth', '_SubParsersAction.add_parser'),
|
||||
# Attributes that definitely should be documented better,
|
||||
# Attributes/methods/etc. that definitely should be documented better,
|
||||
# but are deferred for now:
|
||||
('py:attr', '__annotations__'),
|
||||
('py:attr', '__wrapped__'),
|
||||
('py:meth', 'index'), # list.index, tuple.index, etc.
|
||||
]
|
||||
|
||||
# gh-106948: Copy standard C types declared in the "c:type" domain to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue