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.
Created on 2011年04月25日 17:21 by terry.reedy, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg134398 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2011年04月25日 17:21 | |
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. |
|||
| msg134531 - (view) | Author: Tim Golden (tim.golden) * (Python committer) | Date: 2011年04月27日 07:50 | |
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. |
|||
| msg134613 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2011年04月27日 20:21 | |
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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:16 | admin | set | github: 56131 |
| 2011年04月27日 20:21:14 | terry.reedy | set | status: open -> closed resolution: later messages: + msg134613 |
| 2011年04月27日 07:50:28 | tim.golden | set | nosy:
+ tim.golden messages: + msg134531 |
| 2011年04月25日 17:21:46 | terry.reedy | create | |