Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-130160: use.. program::
directive for documentingcProfile
CLI#130314
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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.
Doc/library/profile.rst Outdated
.. option:: -m <module> | ||
Specifies that a module is being profiled instead of a script. | ||
.. versionadded:: 3.7 |
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.
Please, indent these values to be in-m
section.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
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.
Thank you!
5181ddb
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@ApostolFet for the PR, and@sobolevn for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13. |
…le` CLI (pythonGH-130314)(cherry picked from commit5181ddb)Co-authored-by: Apostol Fet <90645107+ApostolFet@users.noreply.github.com>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
GH-130745 is a backport of this pull request to the3.13 branch. |
…le` CLI (pythonGH-130314)(cherry picked from commit5181ddb)Co-authored-by: Apostol Fet <90645107+ApostolFet@users.noreply.github.com>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
GH-130746 is a backport of this pull request to the3.12 branch. |
…ile` CLI (GH-130314) (#130745)gh-130160: use `.. program::` directive for documenting `cProfile` CLI (GH-130314)(cherry picked from commit5181ddb)Co-authored-by: Apostol Fet <90645107+ApostolFet@users.noreply.github.com>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
…ile` CLI (GH-130314) (#130746)gh-130160: use `.. program::` directive for documenting `cProfile` CLI (GH-130314)(cherry picked from commit5181ddb)Co-authored-by: Apostol Fet <90645107+ApostolFet@users.noreply.github.com>Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
…le` CLI (python#130314)Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Uh oh!
There was an error while loading.Please reload this page.
Use
.. program::
and.. option::
directive for documentingcProfile
CLI.. program::
and.. option::
directives for modules with a documented CLI #130160📚 Documentation preview 📚:https://cpython-previews--130314.org.readthedocs.build/