Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork34k
gh-139707: Copy-strip change to idle.rst into idlelib#143718
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
On Windows, running `python -c "from idlelib.help import copy_strip;copy_strip()"` after idle.html is built results in`f:\dev\3x\Doc\build\html\library\idle.htmlcopied to f:\dev\3x\Lib\idlelib\help.html`This PR commits the change to idlelib/help.html.
StanFromIreland left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM, locally it looks fine.
ec254e2 intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…-143718)On Windows, running `python -c "from idlelib.help import copy_strip;copy_strip()"` after idle.html is built results in`f:\dev\3x\Doc\build\html\library\idle.htmlcopied to f:\dev\3x\Lib\idlelib\help.html`This PR commits the html change to idlelib/help.html.(cherry picked from commitec254e2)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
GH-143744 is a backport of this pull request to the3.14 branch. |
…) (#143744)gh-139707: Copy-strip change to idle.rst into idlelib (GH-143718)On Windows, running `python -c "from idlelib.help import copy_strip;copy_strip()"` after idle.html is built results in`f:\dev\3x\Doc\build\html\library\idle.htmlcopied to f:\dev\3x\Lib\idlelib\help.html`This PR commits the html change to idlelib/help.html.(cherry picked from commitec254e2)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
…43718)On Windows, running `python -c "from idlelib.help import copy_strip;copy_strip()"` after idle.html is built results in`f:\dev\3x\Doc\build\html\library\idle.htmlcopied to f:\dev\3x\Lib\idlelib\help.html`This PR commits the html change to idlelib/help.html.
Copy net new text in idle.rst from main to 3.13.Make 3.13 docs and copy-strip idle.html to idlelib/help.html.Seepython#139707 (comment)and PRpython#143718 message for more.
Copy net new text in idle.rst from main to 3.13.Make 3.13 docs and copy-strip idle.html to idlelib/help.html.See#139707 (comment)and PR#143718 message for more.* Revert url to 'main' from '3.13'The branch in the source links in the revised help.htmlbecome '3.13' instead of 'main' because the htmlwas generated from an edited 3.13 version of idle.rstinstead being backported from main. This reversionavoids the possibility of future backport merge conflicts.The version makes no difference to the Help/IDLE doc display asthe url is currently neither displayed nor linked to the link title-- 'Lib/idlelib'. If we do make the links live, we can usesys.version_info to replace 'main' when main is no longer the source branch.
Uh oh!
There was an error while loading.Please reload this page.
On Windows, running
python -c "from idlelib.help import copy_strip; copy_strip()"after idle.html is built results inf:\dev\3x\Doc\build\html\library\idle.html copied to f:\dev\3x\Lib\idlelib\help.htmlThis PR commits the change to idlelib/help.html.