[issue11975] Fix referencing of built-in types (list, int, ...)

Éric Araujo report at bugs.python.org
Sun May 29 18:48:51 CEST 2011


Éric Araujo <merwok at netwok.org> added the comment:

Again, changing the role :func: to :class: adds zero value to the tools or the human readers.  What’s needed are class *directives* that will provide a target for those links, e.g.:

.. class:: list

   .. method:: append

Then :func:`list` and :meth:`list.append` would generate links to his part of the docs.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11975>
_______________________________________


More information about the Python-bugs-list mailing list