bpo-35521: IDLE: Add code context section to docs#11205
bpo-35521: IDLE: Add code context section to docs#11205terryjreedy merged 5 commits intopython:masterfrom
Conversation
|
Thank you. I added another ref pair for calltips. Do you happen to know why the underscore in |
terryjreedy
left a comment
There was a problem hiding this comment.
New text is fine. I added ref to the other menu entry that needed one. I checked that ref entries work in browser but currently have no effect on Text widget display. (Making links work in 'IDLE Help' is for another issue and PR.)
| the code above and the prompt below down to a 'Squeezed text' label. | ||
|
|
||
|
|
||
| .. _editing-and-navigation: |
There was a problem hiding this comment.
I don't think this will be used now, but it will in the future. I intend to convert non-menu-section references in a follow-up PR.
|
@terryjreedy: Please replace |
|
Thanks @csabella for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
Also add some internal cross-references. (cherry picked from commit 01421be) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
|
GH-11253 is a backport of this pull request to the 3.7 branch. |
Also add some internal cross-references. (cherry picked from commit 01421be) Co-authored-by: Cheryl Sabella <cheryl.sabella@gmail.com>
|
GH-11254 is a backport of this pull request to the 3.6 branch. |
Add subsection for Code Context to IDLE docs.
https://bugs.python.org/issue35521