From: Benjamin Peterson Date: Wed, 4 Nov 2015 06:42:02 +0000 (-0800) Subject: link to modern PUG url X-Git-Tag: v3.5.1rc1~98^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2f01213ed5c616a37a87cdd9c682be4e3479e21;p=python link to modern PUG url --- diff --git a/Doc/distutils/index.rst b/Doc/distutils/index.rst index 90d1c1ab34..335f804d42 100644 --- a/Doc/distutils/index.rst +++ b/Doc/distutils/index.rst @@ -15,10 +15,9 @@ very little overhead for build/release/install mechanics. .. note:: This guide only covers the basic tools for building and distributing - extensions that are provided as part of this version of Python. Third - party tools offer easier to use and more secure alternatives. Refer to the - `quick recommendations section - `__ + extensions that are provided as part of this version of Python. Third party + tools offer easier to use and more secure alternatives. Refer to the `quick + recommendations section `__ in the Python Packaging User Guide for more information. diff --git a/Doc/install/index.rst b/Doc/install/index.rst index 2d83079d4c..bd6e9c7a42 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -27,17 +27,17 @@ modules and extensions. .. note:: - - This guide only covers the basic tools for installing extensions that are - provided as part of this version of Python. Third party tools offer easier - to use and more secure alternatives. Refer to the - `quick recommendations section - `__ + + This guide only covers the basic tools for building and distributing + extensions that are provided as part of this version of Python. Third party + tools offer easier to use and more secure alternatives. Refer to the `quick + recommendations section `__ in the Python Packaging User Guide for more information. .. _inst-intro: + Introduction ============