Skip to content

Commit 8f5798e

Browse files
committed
Issue python#26014: Update 3.x packaging documentation:
- "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun)
1 parent 3f0ee83 commit 8f5798e

5 files changed

Lines changed: 16 additions & 3 deletions

File tree

Doc/distributing/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Key terms
6161
extensions, to be installed on a system without needing to be built
6262
locally.
6363

64-
.. _setuptools: https://setuptools.pypa.io/en/latest/setuptools.html
64+
.. _setuptools: https://setuptools.readthedocs.io/en/latest/
6565
.. _wheel: https://wheel.readthedocs.org
6666

6767
Open source licensing and collaboration

Doc/distutils/index.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
:Authors: Greg Ward, Anthony Baxter
88
:Email: distutils-sig@python.org
99

10+
.. seealso::
11+
12+
:ref:`distributing-index`
13+
The up to date module distribution documentations
14+
1015
This document describes the Python Distribution Utilities ("Distutils") from
1116
the module developer's point of view, describing how to use the Distutils to
1217
make Python modules and extensions easily available to a wider audience with
@@ -20,7 +25,6 @@ very little overhead for build/release/install mechanics.
2025
recommendations section <https://packaging.python.org/en/latest/current/>`__
2126
in the Python Packaging User Guide for more information.
2227

23-
2428
.. toctree::
2529
:maxdepth: 2
2630
:numbered:

Doc/install/index.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010

1111
.. TODO: Fill in XXX comments
1212
13+
.. seealso::
14+
15+
:ref:`installing-index`
16+
The up to date module installation documentations
17+
1318
.. The audience for this document includes people who don't know anything
1419
about Python and aren't about to learn the language just in order to
1520
install and maintain it for their users, i.e. system administrators.

Doc/library/distutils.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ collections of Python packages which include modules coded in both Python and C.
1515
Most Python users will *not* want to use this module directly, but instead
1616
use the cross-version tools maintained by the Python Packaging Authority. In
1717
particular,
18-
`setuptools <https://setuptools.pypa.io/en/latest/setuptools.html>`__ is an
18+
`setuptools <https://setuptools.readthedocs.io/en/latest/>`__ is an
1919
enhanced alternative to :mod:`distutils` that provides:
2020

2121
* support for declaring project dependencies

Misc/NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,10 @@ Documentation
543543
- Issue #25500: Fix documentation to not claim that __import__ is searched for
544544
in the global scope.
545545

546+
- Issue #26014: Update 3.x packaging documentation:
547+
* "See also" links to the new docs are now provided in the legacy pages
548+
* links to setuptools documentation have been updated
549+
546550
Tests
547551
-----
548552

0 commit comments

Comments
 (0)