PEP 386: Fix Sphinx reference warning (#4149)
This commit is contained in:
parent
646ae7ed6e
commit
8444d202c5
|
@ -1,12 +1,9 @@
|
|||
PEP: 386
|
||||
Title: Changing the version comparison module in Distutils
|
||||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Tarek Ziadé <tarek@ziade.org>
|
||||
Status: Superseded
|
||||
Type: Standards Track
|
||||
Topic: Packaging
|
||||
Content-Type: text/x-rst
|
||||
Created: 04-Jun-2009
|
||||
Superseded-By: 440
|
||||
|
||||
|
@ -475,34 +472,31 @@ References
|
|||
==========
|
||||
|
||||
.. [#distutils]
|
||||
http://docs.python.org/distutils
|
||||
https://docs.python.org/3.11/distutils/
|
||||
|
||||
.. [#setuptools]
|
||||
http://peak.telecommunity.com/DevCenter/setuptools
|
||||
https://peak.telecommunity.com/DevCenter/setuptools
|
||||
|
||||
.. [#setuptools-version]
|
||||
http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
|
||||
https://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
|
||||
|
||||
.. [#pypi]
|
||||
http://pypi.python.org/pypi
|
||||
https://pypi.org/
|
||||
|
||||
.. [#pip]
|
||||
http://pypi.python.org/pypi/pip
|
||||
https://pypi.org/project/pip/
|
||||
|
||||
.. [#ezinstall]
|
||||
http://peak.telecommunity.com/DevCenter/EasyInstall
|
||||
https://peak.telecommunity.com/DevCenter/EasyInstall
|
||||
|
||||
.. [#zc.buildout]
|
||||
http://pypi.python.org/pypi/zc.buildout
|
||||
https://pypi.org/project/zc.buildout/
|
||||
|
||||
.. [#twisted]
|
||||
http://twistedmatrix.com/trac/
|
||||
|
||||
.. [#requires]
|
||||
http://peak.telecommunity.com/DevCenter/setuptools
|
||||
https://twisted.org/
|
||||
|
||||
.. [#prototype]
|
||||
http://bitbucket.org/tarek/distutilsversion/
|
||||
https://web.archive.org/web/20090726093825/http://bitbucket.org/tarek/distutilsversion/
|
||||
|
||||
Acknowledgments
|
||||
===============
|
||||
|
@ -514,14 +508,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:
|
||||
|
|
Loading…
Reference in New Issue