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 3141: Fix Sphinx reference warning #4241

Merged
merged 1 commit into from
Jan 30, 2025
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
18 changes: 2 additions & 16 deletions peps/pep-3141.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
PEP: 3141
Title: A Type Hierarchy for Numbers
Version: $Revision$
Last-Modified: $Date$
Author: Jeffrey Yasskin <[email protected]>
Status: Final
Type: Standards Track
Content-Type: text/x-rst
Created: 23-Apr-2007
Python-Version: 3.0
Post-History: 25-Apr-2007, 16-May-2007, 02-Aug-2007
Expand Down Expand Up @@ -519,8 +516,8 @@ tower.
References
==========

.. [#classtree] Possible Python 3K Class Tree?, wiki page by Bill Janssen
(http://wiki.python.org/moin/AbstractBaseClasses)
* Possible Python 3K Class Tree?, wiki page by Bill Janssen
(https://wiki.python.org/moin/AbstractBaseClasses)

.. [#numericprelude] NumericPrelude: An experimental alternative hierarchy
of numeric type classes
Expand All @@ -544,14 +541,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: