Skip to content
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

Doc: Make functions.html readable again. #99476

Merged
merged 1 commit into from
Nov 19, 2022

Conversation

JulienPalard
Copy link
Member

closes #98340

@JulienPalard JulienPalard merged commit 858cb79 into python:main Nov 19, 2022
@JulienPalard JulienPalard deleted the mdk-functions-more-readable branch November 19, 2022 10:25
@JulienPalard JulienPalard added the needs backport to 3.11 only security fixes label Nov 19, 2022
@miss-islington
Copy link
Contributor

Thanks @JulienPalard for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 19, 2022
(cherry picked from commit 858cb79)

Co-authored-by: Julien Palard <[email protected]>
@bedevere-bot
Copy link

GH-99592 is a backport of this pull request to the 3.11 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Nov 19, 2022
miss-islington added a commit that referenced this pull request Nov 19, 2022
(cherry picked from commit 858cb79)

Co-authored-by: Julien Palard <[email protected]>
hauntsaninja added a commit to hauntsaninja/cpython that referenced this pull request Dec 27, 2022
All the arguments are positional-only.

The current status after python#99476 seems to be to not use positional-only
markers in documentation (although there are still three others in this
file). I asked for clarification in
python#100546 (comment).
hauntsaninja added a commit to hauntsaninja/cpython that referenced this pull request Dec 27, 2022
All the arguments are positional-only.

The current status after python#99476 seems to be to not use positional-only
markers in documentation, hence I've simply removed it.

That said, there are still three other positional-only markers in this
file).  I asked for clarification in
python#100546 (comment).
See also python#98340
hauntsaninja added a commit that referenced this pull request Jan 1, 2023
All the arguments are positional-only.

The current status after #99476 seems to be to not use positional-only
markers in documentation, hence I've simply removed it.
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jan 1, 2023
…ythonGH-100547)

All the arguments are positional-only.

The current status after pythonGH-99476 seems to be to not use positional-only
markers in documentation, hence I've simply removed it.
(cherry picked from commit 71159a8)

Co-authored-by: Shantanu <[email protected]>
miss-islington added a commit that referenced this pull request Jan 1, 2023
All the arguments are positional-only.

The current status after GH-99476 seems to be to not use positional-only
markers in documentation, hence I've simply removed it.
(cherry picked from commit 71159a8)

Co-authored-by: Shantanu <[email protected]>
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 skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[idea] Ease understanding of positional-only and keyword-only makers in function prototyes
4 participants