Skip to content
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

docs: remove direct references to PEP 517 in docs landing page #562

Merged
merged 3 commits into from
Mar 17, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
build
*****

A simple, correct :pep:`517` build frontend.
A simple, correct Python packaging build frontend.

build will invoke the :pep:`517` hooks to build a distribution package.
build manages pyproject.toml-based builds, invoking
FFY00 marked this conversation as resolved.
Show resolved Hide resolved
build-backend hooks as appropriate to build a distribution package.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to link to definitions of hooks and dist packages on pypa.io?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay to do that in a followup?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets merge this and do it in a followup.

It is a simple build tool and does not perform any dependency management.

.. sphinx_argparse_cli::
Expand Down