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 ggenellina
Recipients georg.brandl, ggenellina
Date 2010-01-05.00:19:48
SpamBayes Score 2.3651378e-06
Marked as misclassified No
Message-id <1262650791.24.0.247088120925.issue7634@psf.upfronthosting.co.za>
In-reply-to
Content
The next/previous links in the documentation skip some sections. This happens both in HTML format and the CHM Windows help file.

e.g.: in the Library Reference, section "8.5 StringIO" [next] points to "8.7 textwrap", skipping section "8.6 cStringIO". And section "9.12 UserDict" [next] points to "9.15 Types", skipping sections 9.13 and 9.14 (UserList and UserString). Same with their reverse links: 9.15 [previous] points to 9.12.

It seems those links connect *files*, not *sections*, and such logic fails when a single file contains more than a section. From a user POV that's not the expected behavior: the next/previous links should navigate the complete document, regardless of its physical implementation (the actual .rst files).

(In that case this might be a Sphinx bug rather than a Python one)
History
Date User Action Args
2010-01-05 00:19:51ggenellinasetrecipients: + ggenellina, georg.brandl
2010-01-05 00:19:51ggenellinasetmessageid: <1262650791.24.0.247088120925.issue7634@psf.upfronthosting.co.za>
2010-01-05 00:19:49ggenellinalinkissue7634 messages
2010-01-05 00:19:48ggenellinacreate