gh-101100: Fix sphinx warnings in turtle.rst#109394
Conversation
There was a problem hiding this comment.
Looks right given the current state of tkinter docs. The tkinter widget docs were referred to external sources. Only the ttk widget are documented (and with a few error as I remember). This should be fixed, and there may be an issue, but it will be a big project to do right.
Sorry, something went wrong.
|
Thanks @sobolevn for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, something went wrong.
(cherry picked from commit 21e80f4) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
|
If and when the tk widgets are documented, I (we) should hopefully remember to search .rst files for '!tkinter' to see where the '1' can/should be removed. |
Sorry, something went wrong.
(cherry picked from commit 21e80f4) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
It was:
But, since
tkinter.Canvasis not documented intkinter, we cannot reference it.📚 Documentation preview 📚: https://cpython-previews--109394.org.readthedocs.build/