Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 386: Fix Sphinx reference warning #4149

Merged
merged 2 commits into from
Dec 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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é <tarek@ziade.org>
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:
Loading