[docs] [issue19039] sphinx search, result sorting
Thomas Guettler
report at bugs.python.org
Tue Sep 17 09:01:40 CEST 2013
New submission from Thomas Guettler:
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
----------
assignee: docs at python
components: Documentation
messages: 197963
nosy: docs at python, guettli
priority: normal
severity: normal
status: open
title: sphinx search, result sorting
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19039>
_______________________________________
More information about the docs
mailing list