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 andymaier
Recipients andymaier, docs@python, martin.panter
Date 2016-04-01.09:14:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459502097.3.0.909175874189.issue26678@psf.upfronthosting.co.za>
In-reply-to
Content
Hi Martin!

The intersphinx stuff is simply linking from a Sphinx RST documentation to a different Sphinx RST documentation, using support from the intersphinx extension of Sphinx. I think the name comes from the interwiki links in MediaWiki. It only comes into play here because my particular documentation is outside of the Python documentation. The same issues would arise when linking from other places in the Python documentation.

Your explanation about :noindex: hits the nail on the head, I think. It seems to me that a minimal variant for fixing this would be:

* add :noindex: to the class markup for the short descriptions of tzinfo and timezone.
* add a class markup for tzinfo at its long description.

I don't know whether that solves the method linking issue, though, but its worth a try.
History
Date User Action Args
2016-04-01 09:14:57andymaiersetrecipients: + andymaier, docs@python, martin.panter
2016-04-01 09:14:57andymaiersetmessageid: <1459502097.3.0.909175874189.issue26678@psf.upfronthosting.co.za>
2016-04-01 09:14:57andymaierlinkissue26678 messages
2016-04-01 09:14:57andymaiercreate