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
gh-101100: Fix Sphinx warnings in library/pyclbr.rst
#113739
Conversation
Yes please! :D |
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.
A couple more cleanups we could do along the way:
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Thanks @hugovk for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-113748 is a backport of this pull request to the 3.12 branch. |
GH-113749 is a backport of this pull request to the 3.11 branch. |
) (#113748) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
) (#113749) Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Fix 6 warnings:
First four fixed by adding the
..class:
targets.@AlexWaygood I think you're going to ask me to also add
!
to theseFunction
andClass
refs because they appear inside the actual classes?The last two look like typos (added in #24348) for
readmodule
andreadmodule_ex
that are documented and exist in https://github.com/python/cpython/blob/main/Lib/pyclbr.py📚 Documentation preview 📚: https://cpython-previews--113739.org.readthedocs.build/