File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,10 +15,9 @@ very little overhead for build/release/install mechanics.
1515.. note ::
1616
1717 This guide only covers the basic tools for building and distributing
18- extensions that are provided as part of this version of Python. Third
19- party tools offer easier to use and more secure alternatives. Refer to the
20- `quick recommendations section
21- <https://python-packaging-user-guide.readthedocs.org/en/latest/current.html> `__
18+ extensions that are provided as part of this version of Python. Third party
19+ tools offer easier to use and more secure alternatives. Refer to the `quick
20+ recommendations section <https://packaging.python.org/en/latest/current/> `__
2221 in the Python Packaging User Guide for more information.
2322
2423
Original file line number Diff line number Diff line change @@ -27,17 +27,17 @@ modules and extensions.
2727
2828
2929.. note ::
30-
31- This guide only covers the basic tools for installing extensions that are
32- provided as part of this version of Python. Third party tools offer easier
33- to use and more secure alternatives. Refer to the
34- `quick recommendations section
35- <https://python-packaging-user-guide.readthedocs.org/en/latest/current.html> `__
30+
31+ This guide only covers the basic tools for building and distributing
32+ extensions that are provided as part of this version of Python. Third party
33+ tools offer easier to use and more secure alternatives. Refer to the `quick
34+ recommendations section <https://packaging.python.org/en/latest/current/> `__
3635 in the Python Packaging User Guide for more information.
3736
3837
3938.. _inst-intro :
4039
40+
4141Introduction
4242============
4343
You can’t perform that action at this time.
0 commit comments