Uh oh!
There was an error while loading. Please reload this page.
gh-1269: Added references for argument clinic directives - #1465
gh-1269: Added references for argument clinic directives#1465Lincoln-developer wants to merge 4 commits into
Conversation
erlend-aasland
left a comment
There was a problem hiding this comment.
I think we should add this directly to the Argument Clinic docs; adding them as a separate page is going to be confusing.
Lincoln-developer
commented
Nov 4, 2024
Okay, thanks for the review. Let me work on the requested changes. |
Uh oh!
There was an error while loading. Please reload this page.
| **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.
Do you intend these to be definition lists? If not the indentation should be removed.
There was a problem hiding this comment.
@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>
This pull request introduces references for argument clinic directives.
📚 Documentation preview 📚: https://cpython-devguide--1465.org.readthedocs.build/