Georg Brandl added the comment:
Searching in headings is implemented in Sphinx 1.2 (soon to be released).
We'll switch to that version at least for 3.3 and 3.4 when it's out, so you
will get the result for the heading there.
The PyOS_snprintf will still be the first result, since results in "
Georg Brandl added the comment:
Searching in headings is implemented in Sphinx 1.2 (soon to be released).
We'll switch to that version at least for 3.3 and 3.4 when it's out, so you
will get the result for the heading there.
The PyOS_snprintf will still be the first result, since results in "
R. David Murray added the comment:
This is a Sphinx issue and should be reported on the Sphinx tracker...although
I think Sphinx uses a 3rd party tool for the sorting, so it might go back up
even a level further :).
I don't think there's any reason to keep this issue open here, but I'll leav
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 peopl