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 guettli
Recipients docs@python, guettli
Date 2013-09-17.07:01:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379401300.31.0.855533984181.issue19039@psf.upfronthosting.co.za>
In-reply-to
Content
If you search for "printf" in the docs you get this result:

http://docs.python.org/3.3/search.html?q=printf&check_keywords=yes&area=default

Please have a look at the first results. I guess most people don't want to see docs about "PyOS_snprintf"

Most people want to see this: http://docs.python.org/3.3/library/stdtypes.html?highlight=printf#printf-style-string-formatting

The good page (stdtypes.html) is the fourth search result.
And this page is huge. Unfortunately the link from the search result does not link to the section, it links to the top of the page.

 Since "printf" is in the heading, sphinx should be able to create a link to the relevant section in this page (in this example #printf-style-string-formatting).


Thank you
History
Date User Action Args
2013-09-17 07:01:40guettlisetrecipients: + guettli, docs@python
2013-09-17 07:01:40guettlisetmessageid: <1379401300.31.0.855533984181.issue19039@psf.upfronthosting.co.za>
2013-09-17 07:01:40guettlilinkissue19039 messages
2013-09-17 07:01:39guettlicreate