-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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-107091: Fix some uses of :c:type: role #107138
gh-107091: Fix some uses of :c:type: role #107138
Conversation
@@ -163,9 +163,9 @@ Quick Reference | |||
|
|||
.. [#cols] Columns: | |||
|
|||
**"O"**: set on :c:type:`PyBaseObject_Type` | |||
**"O"**: set on :c:data:`PyBaseObject_Type` |
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.
:c:data:`PyBaseObject_Type`
is also not found. Can it be documented or ab alternative used?
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.
Yes, it is not currently documented. But this out of scope of this PR which simply fixes markup. When it be documented, all these reference will instantly became links.
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
GH-107312 is a backport of this pull request to the 3.12 branch. |
(cherry picked from commit 6d5b6e7) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-107313 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit 6d5b6e7) Co-authored-by: Serhiy Storchaka <[email protected]>
(cherry picked from commit 6d5b6e7) Co-authored-by: Serhiy Storchaka <[email protected]>
(cherry picked from commit 6d5b6e7) Co-authored-by: Serhiy Storchaka <[email protected]>
📚 Documentation preview 📚: https://cpython-previews--107138.org.readthedocs.build/