-
-
Notifications
You must be signed in to change notification settings - Fork 33.6k
gh-130160: Add anchors to CLI Usage section for cmdline
#133182
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
Conversation
cmdlinecmdline
|
We merged the venv PR. Do you want to proceed with this one as the last step? |
sure, but don't we need to do backports for venv PR? otherwise backports will be a complication here too |
Oh I missed that. Thanks! |
|
@picnixz, gentle ping, this PR should be the last step |
hugovk
left a comment
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.
Thanks!
|
Thanks @donbarbos for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
…onGH-133182) (cherry picked from commit cc6b62a) Co-authored-by: Semyon Moroz <[email protected]>
|
Sorry, @donbarbos and @hugovk, I could not cleanly backport this to |
|
GH-141664 is a backport of this pull request to the 3.14 branch. |
…133182) (#141664) Co-authored-by: Semyon Moroz <[email protected]>
|
GH-141667 is a backport of this pull request to the 3.13 branch. |
pythonGH-133182) (cherry picked from commit cc6b62a) Co-authored-by: Semyon Moroz <[email protected]>
…133182) (#141667) Co-authored-by: Semyon Moroz <[email protected]>
As far as I know there is a consensus on writing
Command-linethrough a hyphen in the headings, but I was not sure that there is a consensus on using the terminterfaceorusage, so I didn't change these names (in theory, they can also be made consistent by adding to the anchors to the old titles)📚 Documentation preview 📚: https://cpython-previews--133182.org.readthedocs.build/
.. program::and.. option::directives for modules with a documented CLI #130160