This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients benjamin.peterson, docs@python, eric.araujo, ezio.melotti, georg.brandl, jonash
Date 2011-05-29.16:48:50
SpamBayes Score 0.00033001616
Marked as misclassified No
Message-id <1306687731.11.0.628009216966.issue11975@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-05-29 16:48:51eric.araujosetrecipients: + eric.araujo, georg.brandl, benjamin.peterson, ezio.melotti, jonash, docs@python
2011-05-29 16:48:51eric.araujosetmessageid: <1306687731.11.0.628009216966.issue11975@psf.upfronthosting.co.za>
2011-05-29 16:48:50eric.araujolinkissue11975 messages
2011-05-29 16:48:50eric.araujocreate