Skip to content

bpo-42560: rework external references in Tkinter docs #27838

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

Merged
merged 1 commit into from
Aug 22, 2021

Conversation

roseman
Copy link
Contributor

@roseman roseman commented Aug 19, 2021

  • reorganized from two sections (tkinter vs. tcl/tk) into three (tkinter, tcl/tk, and books)
  • main (recommended) tkinter docs have one tutorial (tkdocs) and one reference (shipman), added better descriptions
  • dropped link to Tkinter page on wiki (suggestion by E. Paine; outdated, most material already linked to from python.org)
  • replaced Tcl/Tk recent man pages and core dev home with single link to main Tcl/Tk page (which holds both of these)
  • updated Modern Tkinter link to book page on TkDocs site (was Amazon link to old version), dropped description
  • replaced Grayson book by Moore book (newer, covers ttk)
  • changed Ousterhout ref to second edition, covers ttk
  • dropped link to Welch book (old)

https://bugs.python.org/issue42560

@bedevere-bot bedevere-bot added awaiting review docs Documentation in the Doc dir labels Aug 19, 2021
@ambv ambv added skip news needs backport to 3.9 only security fixes needs backport to 3.10 only security fixes labels Aug 22, 2021
@ambv ambv merged commit d1049d1 into python:main Aug 22, 2021
@miss-islington
Copy link
Contributor

Thanks @roseman for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10.
🐍🍒⛏🤖 I'm not a witch! I'm not a witch!

@miss-islington
Copy link
Contributor

Sorry, @roseman and @ambv, I could not cleanly backport this to 3.10 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker d1049d1d6b43296d4db1aa8668aa4ca807bf7adb 3.10

@miss-islington
Copy link
Contributor

Sorry @roseman and @ambv, I had trouble checking out the 3.9 backport branch.
Please backport using cherry_picker on command line.
cherry_picker d1049d1d6b43296d4db1aa8668aa4ca807bf7adb 3.9

ambv pushed a commit to ambv/cpython that referenced this pull request Aug 22, 2021
…H-27838)

- reorganized from two sections (tkinter vs. tcl/tk) into three (tkinter, tcl/tk, and books)
- main (recommended) tkinter docs have one tutorial (tkdocs) and one reference (shipman), added better descriptions
- dropped link to Tkinter page on wiki (suggestion by E. Paine; outdated, most material already linked to from python.org)
- replaced Tcl/Tk recent man pages and core dev home with single link to main Tcl/Tk page (which holds both of these)
- updated Modern Tkinter link to book page on TkDocs site (was Amazon link to old version), dropped description
- replaced Grayson book by Moore book (newer, covers ttk)
- changed Ousterhout ref to second edition, covers ttk
- dropped link to Welch book (old).
(cherry picked from commit d1049d1)

Co-authored-by: Mark Roseman <mark@markroseman.com>
@bedevere-bot
Copy link

GH-27893 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Aug 22, 2021
ambv pushed a commit to ambv/cpython that referenced this pull request Aug 22, 2021
…-27838)

- reorganized from two sections (tkinter vs. tcl/tk) into three (tkinter, tcl/tk, and books)
- main (recommended) tkinter docs have one tutorial (tkdocs) and one reference (shipman), added better descriptions
- dropped link to Tkinter page on wiki (suggestion by E. Paine; outdated, most material already linked to from python.org)
- replaced Tcl/Tk recent man pages and core dev home with single link to main Tcl/Tk page (which holds both of these)
- updated Modern Tkinter link to book page on TkDocs site (was Amazon link to old version), dropped description
- replaced Grayson book by Moore book (newer, covers ttk)
- changed Ousterhout ref to second edition, covers ttk
- dropped link to Welch book (old).
(cherry picked from commit d1049d1)

Co-authored-by: Mark Roseman <mark@markroseman.com>
@bedevere-bot
Copy link

GH-27896 is a backport of this pull request to the 3.9 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.9 only security fixes label Aug 22, 2021
ambv added a commit that referenced this pull request Aug 22, 2021
… (GH-27893)

- reorganized from two sections (tkinter vs. tcl/tk) into three (tkinter, tcl/tk, and books)
- main (recommended) tkinter docs have one tutorial (tkdocs) and one reference (shipman), added better descriptions
- dropped link to Tkinter page on wiki (suggestion by E. Paine; outdated, most material already linked to from python.org)
- replaced Tcl/Tk recent man pages and core dev home with single link to main Tcl/Tk page (which holds both of these)
- updated Modern Tkinter link to book page on TkDocs site (was Amazon link to old version), dropped description
- replaced Grayson book by Moore book (newer, covers ttk)
- changed Ousterhout ref to second edition, covers ttk
- dropped link to Welch book (old).
(cherry picked from commit d1049d1)

Co-authored-by: Mark Roseman <mark@markroseman.com>
ambv added a commit that referenced this pull request Aug 22, 2021
GH-27896)

- reorganized from two sections (tkinter vs. tcl/tk) into three (tkinter, tcl/tk, and books)
- main (recommended) tkinter docs have one tutorial (tkdocs) and one reference (shipman), added better descriptions
- dropped link to Tkinter page on wiki (suggestion by E. Paine; outdated, most material already linked to from python.org)
- replaced Tcl/Tk recent man pages and core dev home with single link to main Tcl/Tk page (which holds both of these)
- updated Modern Tkinter link to book page on TkDocs site (was Amazon link to old version), dropped description
- replaced Grayson book by Moore book (newer, covers ttk)
- changed Ousterhout ref to second edition, covers ttk
- dropped link to Welch book (old).
(cherry picked from commit d1049d1)

Co-authored-by: Mark Roseman <mark@markroseman.com>
@hpmason hpmason mannequin mentioned this pull request Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants