-
Notifications
You must be signed in to change notification settings - Fork 63
Change to tab layout for pyproject.toml vs setup.cfg #1155
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
Change to tab layout for pyproject.toml vs setup.cfg #1155
Conversation
zacharyburnett
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.
looks good to me, I've added links to the relevant parts of the built docs for reference
| ``setup.cfg``) that identifies the method as an ``asdf.extensions`` entry point: | ||
|
|
||
| .. code-block:: toml | ||
| .. tab:: pyproject.toml |
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.
| one with the following should be sufficient: | ||
|
|
||
| .. code:: toml | ||
| .. tab:: pyproject.toml |
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.
| ``setup.cfg``) requesting that all files with a ``.yaml`` extension be installed: | ||
|
|
||
| .. code-block:: toml | ||
| .. tab:: pyproject.toml |
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.
| that identifies the method as an ``asdf.resource_mappings`` entry point: | ||
|
|
||
| .. code-block:: toml | ||
| .. tab:: pyproject.toml |
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.
* Change to tab layout for pyproject vs setup.cfg * Update changes
Changes layout for
pyproject.tomlvssetup.cfgexamples from listing consecutively to placing them on user selectable tabs.