-
Notifications
You must be signed in to change notification settings - Fork 1.2k
dependency-groups cross link Added in Pyproject.toml page #1847
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
base: main
Are you sure you want to change the base?
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.
Inline suggestion to streamline a couple of the paragraphs, but this generally looks good to me. Thanks!
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, thanks!
The CI didn't run because the last commit coincided w/ GH outage. I clicked "rebase" to trigger it. |
Hi , I could update the branch again if thats alright ? |
You could. But the CI failure look unrelated to your PR and should be fixed in a separate one. Since rebasing force-pushed the branch in your fork, it's best for you to That said, the CI failure is not a reason for you to touch the branch. We just have to wait for the link fix. You can send a PR for that yourself, if you want. |
Hi, Created a PR - #1868 |
Co-authored-by: Alyssa Coghlan <[email protected]>
Co-authored-by: Alyssa Coghlan <[email protected]>
============================================================== | ||
|
||
This specification defines Dependency Groups, a mechanism for storing package requirements in | ||
``[pyproject.toml]`` files such that they are not included in project metadata when it is built. |
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.
Accidental brackets in the file name?
``[pyproject.toml]`` files such that they are not included in project metadata when it is built. | |
:file:`pyproject.toml` files such that they are not included in project metadata when it is built. |
@@ -16,13 +16,15 @@ tools (as well as other tools). | |||
|
|||
.. note:: This specification was originally defined in :pep:`518` and :pep:`621`. | |||
|
|||
The ``pyproject.toml`` file is written in `TOML <https://toml.io>`_. Three | |||
The ``pyproject.toml`` file is written in `TOML <https://toml.io>`_. Several |
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.
The ``pyproject.toml`` file is written in `TOML <https://toml.io>`_. Several | |
The :file:`pyproject.toml` file is written in `TOML <https://toml.io>`_. Several |
The ``[dependency-groups]`` table is an optional top-level table that allows defining non-distribution dependencies used for internal tooling, such as testing or linting. | ||
Dependency groups are also suitable for use in projects which are not built for distribution, such as collections of related scripts. | ||
|
||
For the full specification and behavior, refer to the `Dependency Groups specification <https://packaging.python.org/en/latest/specifications/dependency-groups/>`_. |
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.
This shouldn't be an absolute URL but rather a Sphinx-recognized RST reference.
Fixes: #1840
📚 Documentation preview 📚: https://python-packaging-user-guide--1847.org.readthedocs.build/en/1847/