Uh oh!
There was an error while loading. Please reload this page.
gh-59551: Rename Doc/library/dialog.rst to tkinter.dialog.rst - #151656
gh-59551: Rename Doc/library/dialog.rst to tkinter.dialog.rst#151656serhiy-storchaka wants to merge 2 commits into
Conversation
serhiy-storchaka
commented
Jun 18, 2026
I was surprised by finding the part of the Tkinter documentation in uncommon place. |
Documentation build overview
8 files changed · |
hugovk
commented
Jun 18, 2026
We'll need to have a redirect from the old: https://cpython-previews--151656.org.readthedocs.build/en/151656/library/dialog.html to the new: https://cpython-previews--151656.org.readthedocs.build/en/151656/library/tkinter.dialog.html We use the https://github.com/sphinx-doc/sphinxext-rediraffe extension in the devguide: https://github.com/python/devguide/blob/e0ecbef0fad11be66fd16858bf9835de7ce6107b/conf.py#L123 We generally try and avoid extensions in this repo to help downstream redistributors, but I think it's okay to put it in Ping also @encukou, because we've recently been talking about how to split up large pages into smaller ones, and he's been working on (or planning to) develop tooling for that which could be useful here. But that's a somewhat different issue, and Rediraffe should be fine for this tkinter redirect. |
encukou
commented
Jun 22, 2026
For now, you can add an |
Uh oh!
There was an error while loading. Please reload this page.