8000 AST docs: Fix parameter markup · Issue #118181 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

AST docs: Fix parameter markup #118181

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and 8000 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

Closed
JelleZijlstra opened this issue Apr 23, 2024 · 3 comments
Closed

AST docs: Fix parameter markup #118181

JelleZijlstra opened this issue Apr 23, 2024 · 3 comments
Labels
docs Documentation in the Doc dir

Comments

@JelleZijlstra
Copy link
Member
JelleZijlstra commented Apr 23, 2024

#116129 (comment)

I'll try to do this in a bit, but if someone else gets to it first, feel free to pick it up.

Linked PRs

@JelleZijlstra JelleZijlstra added the docs Documentation in the Doc dir label Apr 23, 2024
@tomasr8
Copy link
Member
tomasr8 commented Sep 21, 2024

Was thinking about writing some wild regex for this 😄 but just to clarify, is this only about replacing parameter name markup like

``name``

with *name*?

@Eclips4
Copy link
Member
Eclips4 commented Sep 23, 2024

Was thinking about writing some wild regex for this 😄 but just to clarify, is this only about replacing parameter name markup like

``name``

with *name*?

Yeah, you're right. Would you like to send a PR with fix? I'd be happy to review it.

@tomasr8
Copy link
Member
tomasr8 commented Sep 24, 2024

Yeah, you're right. Would you like to send a PR with fix? I'd be happy to review it.

On it ;)

miss-islington pushed a commit to miss-islington/cpython that referenced this issue Sep 26, 2024
(cherry picked from commit 09aebb1)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
Yhg1s pushed a commit that referenced this issue Sep 26, 2024
gh-118181: Fix parameter markup in AST docs (GH-124473)
(cherry picked from commit 09aebb1)

Co-authored-by: Tomas R <tomas.roun8@gmail.com>
JelleZijlstra pushed a commit that referenced this issue Sep 27, 2024
@tomasr8 tomasr8 closed this as completed Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir
Projects
None yet
Development

No branches or pull requests

3 participants
0