Skip to content

Commit

Permalink
Add a few intersphinx links to the Python Packaging User Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Aug 28, 2024
1 parent 562907e commit 7a4c611
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'packaging': ('https://packaging.python.org/en/latest/', None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down
5 changes: 3 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
build
*****

A simple, correct Python packaging build frontend.
A simple, correct Python packaging :std:term:`build frontend <Build Frontend>`.

build manages ``pyproject.toml``-based builds, invoking
build-backend hooks as appropriate to build a distribution package.
:std:term:`build-backend <Build Backend>` hooks as appropriate to build a
:std:term:`distribution package <Distribution Package>`.
It is a simple build tool and does not perform any dependency management.

.. sphinx_argparse_cli::
Expand Down

0 comments on commit 7a4c611

Please sign in to comment.