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, techtonik
Date 2012-07-05.18:49:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341514161.22.0.412135538752.issue8996@psf.upfronthosting.co.za>
In-reply-to
Content
> for example, as a result of documentation merge it both
> :func:`someref` and :class:`someref` can appear
I think this would cause a warning from Sphinx, as all class/meth/func/mod/etc roles look up in the same namespace (what Georg said).

Benjamin is -1 for explicitness
I am -0 because of the ` vs. `` possible ambiguity—I prefer disabling the default role altogether
Georg, are you still +1 or should we reject this?
History
Date User Action Args
2012-07-05 18:49:21eric.araujosetrecipients: + eric.araujo, georg.brandl, techtonik, benjamin.peterson, ezio.melotti, docs@python
2012-07-05 18:49:21eric.araujosetmessageid: <1341514161.22.0.412135538752.issue8996@psf.upfronthosting.co.za>
2012-07-05 18:49:20eric.araujolinkissue8996 messages
2012-07-05 18:49:20eric.araujocreate