-
-
Notifications
You must be signed in to change notification settings - Fork 30.5k
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
docs: Add glossary term references to shutil docs #115559
docs: Add glossary term references to shutil docs #115559
Conversation
Please could you undo the re-wrapping? It makes it very hard to see what's been changed. |
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, thanks @brianschubert !
Thanks @brianschubert for the PR, and @CAM-Gerlach for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Add glossary term references to shutil docs (cherry picked from commit 318f219) Co-authored-by: Brian Schubert <[email protected]>
GH-115578 is a backport of this pull request to the 3.12 branch. |
Add glossary term references to shutil docs (cherry picked from commit 318f219) Co-authored-by: Brian Schubert <[email protected]>
GH-115579 is a backport of this pull request to the 3.11 branch. |
…115579) docs: Add glossary term references to shutil docs (GH-115559) Add glossary term references to shutil docs (cherry picked from commit 318f219) Co-authored-by: Brian Schubert <[email protected]>
…115578) docs: Add glossary term references to shutil docs (GH-115559) Add glossary term references to shutil docs (cherry picked from commit 318f219) Co-authored-by: Brian Schubert <[email protected]>
Add glossary term references to shutil docs
Add glossary term references to shutil docs
Add links to the glossary terms "file object" and "path-like object" at their first uses in the documentation for various
shutil
functions.I linked "file-like object" mentions directly to the term "file object", since this is what's done in the
os
docs.This seemed trivial enough for
skip issue
, but I'm happy to go back and create one if needed.Previous discussion
📚 Documentation preview 📚: https://cpython-previews--115559.org.readthedocs.build/