{{ message }}
gh-101100: Fix sphinx warnings in howto/*#127084
Merged
Conversation
Removed sphinx roles of some classes and methods, as the classes are defined in the sample codes, not in Python. Fixed warnings: ``` howto/descriptor.rst:45: WARNING: py:class reference target not found: Ten [ref.class] howto/descriptor.rst:218: WARNING: py:class reference target not found: Person [ref.class] howto/descriptor.rst:218: WARNING: py:class reference target not found: Person [ref.class] howto/descriptor.rst:256: WARNING: py:class reference target not found: Person [ref.class] howto/descriptor.rst:340: WARNING: py:class reference target not found: Validator [ref.class] howto/descriptor.rst:363: WARNING: py:class reference target not found: Validator [ref.class] howto/descriptor.rst:363: WARNING: py:meth reference target not found: validate [ref.meth] howto/descriptor.rst:372: WARNING: py:class reference target not found: OneOf [ref.class] howto/descriptor.rst:374: WARNING: py:class reference target not found: Number [ref.class] howto/descriptor.rst:378: WARNING: py:class reference target not found: String [ref.class] howto/descriptor.rst:876: WARNING: py:class reference target not found: Field [ref.class] howto/descriptor.rst:1143: WARNING: py:func reference target not found: Property [ref.func] howto/descriptor.rst:1725: WARNING: py:class reference target not found: Object [ref.class] howto/enum.rst:78: WARNING: py:class reference target not found: Weekday [ref.class] howto/enum.rst:90: WARNING: py:class reference target not found: Weekday [ref.class] howto/enum.rst:113: WARNING: py:class reference target not found: Weekday [ref.class] howto/enum.rst:131: WARNING: py:class reference target not found: Weekday [ref.class] howto/enum.rst:576: WARNING: py:class reference target not found: Animal [ref.class] howto/enum.rst:893: WARNING: py:class reference target not found: FloatEnum [ref.class] ```
hugovk
reviewed
Nov 24, 2024
hugovk
approved these changes
Nov 25, 2024
hugovk
left a comment
Member
There was a problem hiding this comment.
Thanks!
Sorry, something went wrong.
|
Thanks @koyuki7w for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
Sorry, something went wrong.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
Nov 26, 2024
(cherry picked from commit 733fe59) Co-authored-by: Yuki Kobayashi <drsuaimqjgar@gmail.com>
|
Sorry, @koyuki7w and @hugovk, I could not cleanly backport this to |
Sorry, something went wrong.
Member
|
@koyuki7w Please could you take care of the 3.12 backport? Thanks! |
Sorry, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
Removed sphinx roles of some classes and methods, as the classes are defined in the sample codes, not in Python.
Fixed warnings:
📚 Documentation preview 📚: https://cpython-previews--127084.org.readthedocs.build/