From 646ae7ed6edc56708d2e3e9c0415f99990b0315e Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Sun, 15 Dec 2024 22:57:13 +0200 Subject: [PATCH] PEP 376: Fix Sphinx reference warnings (#4148) --- peps/pep-0376.rst | 32 +++++++------------------------- 1 file changed, 7 insertions(+), 25 deletions(-) diff --git a/peps/pep-0376.rst b/peps/pep-0376.rst index 60119c69e..f2b9df71f 100644 --- a/peps/pep-0376.rst +++ b/peps/pep-0376.rst @@ -4,7 +4,6 @@ Author: Tarek Ziadé Status: Final Type: Standards Track Topic: Packaging -Content-Type: text/x-rst Created: 22-Feb-2009 Python-Version: 2.7, 3.2 Post-History: `22-Jun-2009 `__ @@ -607,32 +606,26 @@ formats in addition to the new format, in order to ease the transition. References ========== -.. [#distutils] - http://docs.python.org/distutils - -.. [#distutils2] - http://hg.python.org/distutils2 - .. [#setuptools] - http://peak.telecommunity.com/DevCenter/setuptools + https://peak.telecommunity.com/DevCenter/setuptools .. [#easyinstall] - http://peak.telecommunity.com/DevCenter/EasyInstall + https://peak.telecommunity.com/DevCenter/EasyInstall .. [#pip] - http://pypi.python.org/pypi/pip + https://pypi.org/project/pip/ .. [#eggformats] - http://peak.telecommunity.com/DevCenter/EggFormats + https://peak.telecommunity.com/DevCenter/EggFormats .. [#fedora] - http://fedoraproject.org/wiki/Packaging/Python/Eggs#Providing_Eggs_using_Setuptools + https://fedoraproject.org/wiki/Packaging/Python/Eggs#Providing_Eggs_using_Setuptools .. [#debian] - http://wiki.debian.org/DebianPython/NewPolicy + https://wiki.debian.org/DebianPython/NewPolicy .. [#prototype] - http://bitbucket.org/tarek/pep376/ + https://web.archive.org/web/20090726092550/http://bitbucket.org/tarek/pep376/ Acknowledgements ================ @@ -644,14 +637,3 @@ Copyright ========= This document has been placed in the public domain. - - - -.. - Local Variables: - mode: indented-text - indent-tabs-mode: nil - sentence-end-double-space: t - fill-column: 70 - coding: utf-8 - End: