Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork851
gh-1269: Added references for argument clinic directives#1465
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
base:main
Are you sure you want to change the base?
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.
I think we should add this directly to the Argument Clinic docs; adding them as a separate page is going to be confusing.
Okay, thanks for the review. Let me work on the requested changes. |
Uh oh!
There was an error while loading.Please reload this page.
development-tools/clinic.rst Outdated
**Description**: | ||
The ``destination`` directive allows for operations on output destinations. | ||
**Parameters**: | ||
- The ``destination`` directive takes in two arguments ``(destination [arg1] [arg2])``. | ||
- Where ``arg1`` is the ``name`` of the output destination and ``arg2`` is the ``command`` on the output destination. |
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.
Do you intend these to be definition lists? If not the indentation should be removed.
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.
@AA-Turner thanks for this insight, yeah! indeed to improve clarity its better not to make the content appear as a definition list.
Adjusted output destination list formatting as per feedback.Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
python-cla-botbot commentedApr 18, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
This pull request introduces references for argument clinic directives.
📚 Documentation preview 📚:https://cpython-devguide--1465.org.readthedocs.build/