[issue11922] Add General Index to Windows .chm help file Contents
New submission from Terry J. Reedy <tjreedy@udel.edu>: The Windows distribution comes with the docs in a very nice Windows help file .chm form. When displayed, they is a left side bar with a Contents tab. The top entry is 'Python vx.y documentation' followed by 'Python Module Index' and 'What's New in Python' and so on down to 'History and Licence'. Everything on the "Python vx.y documentation' page is listed in the Contents EXCEPT the General Index. Consequently, if one only uses the contents lists, one might not even know it exists. In any case, it is harder to get to than anything else. I presume the omission is unintentional. In any case, I would like to see it fixed, with 'General Index' added right after the module index entry. I presume this should be easy for someone who knows how the contents list is generated. ---------- assignee: docs@python components: Documentation, Windows keywords: easy messages: 134398 nosy: docs@python, terry.reedy priority: normal severity: normal stage: needs patch status: open title: Add General Index to Windows .chm help file Contents versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11922> _______________________________________
Tim Golden <mail@timgolden.me.uk> added the comment: I can't say I'd object as such, but the [Index] tab already contains the items in the General Index and is arguably the killer feature of the CHM in any case. ---------- nosy: +tim.golden _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11922> _______________________________________
Terry J. Reedy <tjreedy@udel.edu> added the comment: I had not really noticed that the Index *was* the General Index. In trying it out, I discovered that double-clicking on entries with multiple links in the General Index, such as 'name,binding' with 7 links, brings up a sub-box with all seven. So I will close this at least until I decide that I would really want the addition enough to help make the change. ---------- resolution: -> later status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue11922> _______________________________________
participants (2)
-
Terry J. Reedy
-
Tim Golden