-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Make IDLE doc more visible, mention in main python docs page #84910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The IDLE documentation is in https://docs.python.org/3/library/idle.html which is not where I'd have thought to look for it, since I think of IDLE as an application rather than a library. So I looked for it on the main docs page, docs.python.org, and didn't find it there. I ended up finding it by web search. I guess its current location is reasonable, but maybe a link to it could be included in docs.python.org's main page left side navigation panel, or IDLE could simply be mentioned in the entry for library documentation. |
I agree that finding the online doc is slight pain. It is not listed in the Modules index because idlelib, not IDLE, is the stdlib module, and does not have a doc page. I may add one or, if possible, make the page serve as one, as part of this issue. 'IDLE' *is* in the Index, and the first link is the correct one. I don't control and would not unilaterally change the main page. I am hesitant because I expect that there are people who would think it unfair or deceptive to especially promote IDLE this way versus other stdlib packages and non-stdlib IDEs and editors. I might subscribe to and post on python-ideas to see what other users think. Help => IDLE Help displays an offline copy of idle.html as of the release date in a tktinker text window. Have you noticed that? Would "IDLE doc" be clearer? I could also add label with the online url and date above the text. |
I may be wrong but I suspect that most people on docs.python.org use none Say I am using Python 3.7.5, the documentation, being for Python 3.7.7, is Thinking about it though Paul said: So I looked for it on the main docs page, docs.python.org, and didn't From 3.5 there is a search on the top right of docs.python.org: @phr is |
I think I used duckduckgo to find the docs. They don't change much between versions and I was trying to find how to do a specific thing. My installation has the docs included but it didn't explain how to do what I wanted, so I had hoped there was a more complete doc on docs.python.org. Unfortunately it turned out to be the same doc. The functionality I wanted (to put a startup script in .idlerc) seems to not exist though. I'll research workarounds a bit further and possibly open an RFE if people think that sounds right. |
Ama, when responding by email, please leave out the full quote of the message you are responding to. (A snippet of at most a few lines is ok.) Once posted, it becomes redundant noise. [edit-I snipped the extraneous quote.] |
Paul, the doc has the following line |
Ok, I just checked and when one has scrolled down the search is not seen. |
Link "IDLE" to its doc and add 'and Learning' to its expansion, as in the doc.
Link "IDLE" to its doc and add 'and Learning' to its expansion, as in the doc. (cherry picked from commit 3646f6c) Co-authored-by: Terry Jan Reedy <[email protected]>
Link "IDLE" to its doc and add 'and Learning' to its expansion, as in the doc.
Link "IDLE" to its doc and add 'and Learning' to its expansion, as in the doc. (cherry picked from commit 3646f6c) Co-authored-by: Terry Jan Reedy <[email protected]>
Link "IDLE" to its doc and add 'and Learning' to its expansion, as in the doc. (cherry picked from commit 3646f6c) Co-authored-by: Terry Jan Reedy <[email protected]>
Link "IDLE" to its doc and add 'and Learning' to its expansion, as in the doc. (cherry picked from commit 3646f6c) Co-authored-by: Terry Jan Reedy <[email protected]>
'IDLE Help' was a plain text file. It was superceded years ago by a copy of the much more complete html doc. .
"IDLE could simply be mentioned in the entry for library documentation." IDLE in not in the text but it in in the listing of modules and the browser search (ctrl-F for me) should find it. However, I see a place where something could be added. Will think about it. I made the online IDLE doc accessible from the Glossary entry and from the Module index (#75510). I also changed 'IDLE Help' (in process), which was an old text doc, to 'IDLE Doc', which is a copy of the online IDLE doc. |
'IDLE Help' was a plain text file. It was superceded years ago by a copy of the much more complete html doc. .
'IDLE Help' was a plain text file. It was superceded years ago by a copy of the much more complete html doc. . (cherry picked from commit 05a0f37) Co-authored-by: Terry Jan Reedy <[email protected]>
'IDLE Help' was a plain text file. It was superceded years ago by a copy of the much more complete html doc. . (cherry picked from commit 05a0f37) Co-authored-by: Terry Jan Reedy <[email protected]>
'IDLE Help' was a plain text file. It was superceded years ago by a copy of the much more complete html doc. . (cherry picked from commit 05a0f37) Co-authored-by: Terry Jan Reedy <[email protected]>
'IDLE Help' was a plain text file. It was superceded years ago by a copy of the much more complete html doc. . (cherry picked from commit 05a0f37) Co-authored-by: Terry Jan Reedy <[email protected]>
I have not tried to add IDLE to the main doc page but have have other changes to make the doc more accessible. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: