PEP 376: Fix Sphinx reference warnings (#4148)
This commit is contained in:
parent
6e1a745073
commit
646ae7ed6e
|
@ -4,7 +4,6 @@ Author: Tarek Ziadé <tarek@ziade.org>
|
||||||
Status: Final
|
Status: Final
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Topic: Packaging
|
Topic: Packaging
|
||||||
Content-Type: text/x-rst
|
|
||||||
Created: 22-Feb-2009
|
Created: 22-Feb-2009
|
||||||
Python-Version: 2.7, 3.2
|
Python-Version: 2.7, 3.2
|
||||||
Post-History: `22-Jun-2009 <https://mail.python.org/archives/list/python-dev@python.org/thread/ILLTIOZAULMDY5CAS6GOITEYJ4HNFATQ/>`__
|
Post-History: `22-Jun-2009 <https://mail.python.org/archives/list/python-dev@python.org/thread/ILLTIOZAULMDY5CAS6GOITEYJ4HNFATQ/>`__
|
||||||
|
@ -607,32 +606,26 @@ formats in addition to the new format, in order to ease the transition.
|
||||||
References
|
References
|
||||||
==========
|
==========
|
||||||
|
|
||||||
.. [#distutils]
|
|
||||||
http://docs.python.org/distutils
|
|
||||||
|
|
||||||
.. [#distutils2]
|
|
||||||
http://hg.python.org/distutils2
|
|
||||||
|
|
||||||
.. [#setuptools]
|
.. [#setuptools]
|
||||||
http://peak.telecommunity.com/DevCenter/setuptools
|
https://peak.telecommunity.com/DevCenter/setuptools
|
||||||
|
|
||||||
.. [#easyinstall]
|
.. [#easyinstall]
|
||||||
http://peak.telecommunity.com/DevCenter/EasyInstall
|
https://peak.telecommunity.com/DevCenter/EasyInstall
|
||||||
|
|
||||||
.. [#pip]
|
.. [#pip]
|
||||||
http://pypi.python.org/pypi/pip
|
https://pypi.org/project/pip/
|
||||||
|
|
||||||
.. [#eggformats]
|
.. [#eggformats]
|
||||||
http://peak.telecommunity.com/DevCenter/EggFormats
|
https://peak.telecommunity.com/DevCenter/EggFormats
|
||||||
|
|
||||||
.. [#fedora]
|
.. [#fedora]
|
||||||
http://fedoraproject.org/wiki/Packaging/Python/Eggs#Providing_Eggs_using_Setuptools
|
https://fedoraproject.org/wiki/Packaging/Python/Eggs#Providing_Eggs_using_Setuptools
|
||||||
|
|
||||||
.. [#debian]
|
.. [#debian]
|
||||||
http://wiki.debian.org/DebianPython/NewPolicy
|
https://wiki.debian.org/DebianPython/NewPolicy
|
||||||
|
|
||||||
.. [#prototype]
|
.. [#prototype]
|
||||||
http://bitbucket.org/tarek/pep376/
|
https://web.archive.org/web/20090726092550/http://bitbucket.org/tarek/pep376/
|
||||||
|
|
||||||
Acknowledgements
|
Acknowledgements
|
||||||
================
|
================
|
||||||
|
@ -644,14 +637,3 @@ Copyright
|
||||||
=========
|
=========
|
||||||
|
|
||||||
This document has been placed in the public domain.
|
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:
|
|
||||||
|
|
Loading…
Reference in New Issue