[issue11976] Provide proper documentation for list data type

New submission from Jonas H. <jonas@lophus.org>: Provide a proper `list` method reference (like the one for `dict`, http://docs.python.org/library/stdtypes.html#dict). Right now, documentation about lists is spread over multiple topics (.rst files) and methods are documented in footnotes. Also, intersphinx-ing and list methods is not possible -- :meth:`list.foo` does not create any links due to missing documentation. This is also related to #11975. ---------- assignee: docs@python components: Documentation messages: 134924 nosy: docs@python, jonash priority: normal severity: normal status: open title: Provide proper documentation for list data type _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11976> _______________________________________

Georg Brandl <georg@python.org> added the comment: I'd go as far and say it is a duplicate. :) ---------- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> Fix intersphinx-ing of built-in types (list, int, ...) _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11976> _______________________________________

Georg Brandl <georg@python.org> added the comment: I'd go as far and say it is a duplicate. :) ---------- nosy: +georg.brandl resolution: -> duplicate status: open -> closed superseder: -> Fix intersphinx-ing of built-in types (list, int, ...) _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11976> _______________________________________
participants (2)
-
Georg Brandl
-
Jonas H.