-
-
Notifications
You must be signed in to change notification settings - Fork 31k
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-93738: Documentation C syntax (:c:type:TYPE
-> :c:expr:TYPE
)
#97770
Conversation
Thanks @AA-Turner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry @AA-Turner and @ambv, I had trouble checking out the |
GH-97870 is a backport of this pull request to the 3.10 branch. |
…PE`) (pythonGH-97770) :c:type:`TYPE` -> :c:expr:`TYPE` (cherry picked from commit 8b211b4) Co-authored-by: Adam Turner <[email protected]>
Thanks @AA-Turner for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
…PE`) (pythonGH-97770) :c:type:`TYPE` -> :c:expr:`TYPE` (cherry picked from commit 8b211b4) Co-authored-by: Adam Turner <[email protected]>
GH-97874 is a backport of this pull request to the 3.11 branch. |
…YPE`) (GH-97770) (#97870) :c:type:`TYPE` -> :c:expr:`TYPE` (cherry picked from commit 8b211b4) Co-authored-by: Adam Turner <[email protected]>
…YPE`) (GH-97770) (#97874) :c:type:`TYPE` -> :c:expr:`TYPE` (cherry picked from commit 8b211b4) Co-authored-by: Adam Turner <[email protected]>
…PE`) (python#97770) :c:type:`TYPE` -> :c:expr:`TYPE`
…YPE`) (GH-97770) (#97874) :c:type:`TYPE` -> :c:expr:`TYPE` (cherry picked from commit 8b211b4) Co-authored-by: Adam Turner <[email protected]>
Part of #93738. This PR converts references for
TYPE*
to thec:expr
syntax.A