Skip to content

Commit

Permalink
PEP 386: Fix Sphinx reference warning (#4149)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 15, 2024
1 parent 646ae7e commit 8444d20
Showing 1 changed file with 9 additions and 26 deletions.
35 changes: 9 additions & 26 deletions peps/pep-0386.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
PEP: 386
Title: Changing the version comparison module in Distutils
Version: $Revision$
Last-Modified: $Date$
Author: Tarek Ziadé <[email protected]>
Status: Superseded
Type: Standards Track
Topic: Packaging
Content-Type: text/x-rst
Created: 04-Jun-2009
Superseded-By: 440

Expand Down Expand Up @@ -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
===============
Expand All @@ -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:

0 comments on commit 8444d20

Please sign in to comment.