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, jonash
Date 2011-05-06.16:39:06
SpamBayes Score 1.069132e-06
Marked as misclassified No
Message-id <1304699947.57.0.683232879729.issue11975@psf.upfronthosting.co.za>
In-reply-to
Content
> Intersphinx-ing of int, list, float, ... should work with
> ":class:`int`" (list, float, ...).

Is this a problem in our markup or a bug in intersphinx?  IIRC, you can use func, class, mod, method or what you want, all these roles look up objects in the same way.

> Also, intersphinx-ing list methods, e.g. ":meth:`list.insert`",
> should work.

If this work within one documentation set (as I believe it does) but not with intersphinx, it’s an intersphinx bug which should be reported to the Sphinx bug tracker on bitbucket.
History
Date User Action Args
2011-05-06 16:39:07eric.araujosetrecipients: + eric.araujo, benjamin.peterson, ezio.melotti, jonash, docs@python
2011-05-06 16:39:07eric.araujosetmessageid: <1304699947.57.0.683232879729.issue11975@psf.upfronthosting.co.za>
2011-05-06 16:39:07eric.araujolinkissue11975 messages
2011-05-06 16:39:06eric.araujocreate