Skip to content

Commit

Permalink
PEP 376: Fix Sphinx reference warnings (#4148)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 15, 2024
1 parent 6e1a745 commit 646ae7e
Showing 1 changed file with 7 additions and 25 deletions.
32 changes: 7 additions & 25 deletions peps/pep-0376.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Author: Tarek Ziadé <[email protected]>
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 <https://mail.python.org/archives/list/[email protected]/thread/ILLTIOZAULMDY5CAS6GOITEYJ4HNFATQ/>`__
Expand Down Expand Up @@ -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
================
Expand All @@ -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:

0 comments on commit 646ae7e

Please sign in to comment.