[docs] [issue13076] Bad links to 'time' in datetime documentation

Ezio Melotti report at bugs.python.org
Sun Oct 2 10:18:23 CEST 2011


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

The broken links seem to be only in the "time objects" section, and only in the body of attribute/method directives.

The attached patch fixes the issue by using :class:`~datetime.time` explicitly where the links are broken.

Georg, is this a bug in Sphinx?

----------
assignee: docs at python -> ezio.melotti
keywords: +patch
nosy: +ezio.melotti, georg.brandl
stage: needs patch -> patch review
Added file: http://bugs.python.org/file23292/issue13076.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13076>
_______________________________________


More information about the docs mailing list