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 376: Fix Sphinx reference warnings #4148

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
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:
Loading