[issue6900] Sub-optimal "Locate" button behaviour in Windows CHM file

2010-05-23 Thread Georg Brandl
Georg Brandl added the comment: OK, I've now deactivated the "Binary TOC" setting in Sphinx' repo; it will be used for Python when I release a new version. -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue6900] Sub-optimal "Locate" button behaviour in Windows CHM file

2010-05-22 Thread Tom Seddon
Tom Seddon added the comment: Yes, this new version looks to do the job! (Regarding the CSS, I'm not so sure about the serifs yet, but I'll let it sink in and see how I feel :) -- ___ Python tracker _

[issue6900] Sub-optimal "Locate" button behaviour in Windows CHM file

2010-05-22 Thread Tiberius Teng
Tiberius Teng added the comment: Here's the .hhp file I used to compile this chm, other files can be obtained by using HTML Help Workshop to decompile this chm. -- Added file: http://bugs.python.org/file17440/python265.hhp ___ Python tracker

[issue6900] Sub-optimal "Locate" button behaviour in Windows CHM file

2010-05-22 Thread Tiberius Teng
Tiberius Teng added the comment: I have built a copy myself, with some icon style/CSS tweaking. Please test it out ;) -- Added file: http://bugs.python.org/file17439/python265.chm ___ Python tracker __

[issue6900] Sub-optimal "Locate" button behaviour in Windows CHM file

2010-05-22 Thread Tiberius Teng
Tiberius Teng added the comment: I believe I have isolated the problem. After generating html help files with sphinx $ sphinx-build -bhtmlhelp -a . build Edit build/python265.hhp and remove following two lines: Binary TOC=Yes Binary Index=No And build the chm again, the result file will have

[issue6900] Sub-optimal "Locate" button behaviour in Windows CHM file

2009-12-21 Thread Adal Chiriliuc
Adal Chiriliuc added the comment: This seem to have been broken when the help file style was changed (from 2.5 to 2.6). I'm also bothered by this issue, since you cannot locate easily now related modules. For example, in the old help version I would go in the index to urllib, display the modul

[issue6900] Sub-optimal "Locate" button behaviour in Windows CHM file

2009-09-15 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti priority: -> low ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue6900] Sub-optimal "Locate" button behaviour in Windows CHM file

2009-09-13 Thread Tom Seddon
New submission from Tom Seddon : Behaviour of "Locate" in latest Windows CHM file for Python 2.6.2 is sub-optimal. I first spotted this with the optparse module, so this bug refers to the optparse module. It looks as if this is a global problem, though. First, ensure one has latest patched Py