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 chris.jerdonek, docs@python, eric.araujo, ezio.melotti, georg.brandl, ncoghlan
Date 2012-11-29.04:07:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354162056.54.0.730207470873.issue16568@psf.upfronthosting.co.za>
In-reply-to
Content
For all the built-in types, I see the value now.

Thinking aloud: Separating the namespaces used by the str and func roles would probably require too many changes in Sphinx.

The current way is to use the function directive to document the class/constructor usage in one place, and use ref to link to the section describing the class.  You can also have the cool class/method combo if you configure the class directive with the noindex option.  Is that not good enough?
History
Date User Action Args
2012-11-29 04:07:36eric.araujosetrecipients: + eric.araujo, georg.brandl, ncoghlan, ezio.melotti, chris.jerdonek, docs@python
2012-11-29 04:07:36eric.araujosetmessageid: <1354162056.54.0.730207470873.issue16568@psf.upfronthosting.co.za>
2012-11-29 04:07:36eric.araujolinkissue16568 messages
2012-11-29 04:07:36eric.araujocreate