updated PEP templates with current PEP URLs
This commit is contained in:
parent
6de2ca32a7
commit
789d2fe5ea
|
@ -193,7 +193,7 @@ Plaintext PEP Formatting Requirements
|
|||
If you decide to provide an explicit URL for a PEP, please use
|
||||
this as the URL template:
|
||||
|
||||
http://www.python.org/peps/pep-xxxx.html
|
||||
http://www.python.org/peps/pep-xxxx
|
||||
|
||||
PEP numbers in URLs must be padded with zeros from the left, so as
|
||||
to be exactly 4 characters wide, however PEP numbers in the text
|
||||
|
@ -203,10 +203,10 @@ Plaintext PEP Formatting Requirements
|
|||
References
|
||||
|
||||
[1] PEP 1, PEP Purpose and Guidelines, Warsaw, Hylton
|
||||
http://www.python.org/peps/pep-0001.html
|
||||
http://www.python.org/peps/pep-0001
|
||||
|
||||
[2] PEP 12, Sample reStructuredText PEP Template, Goodger, Warsaw
|
||||
http://www.python.org/peps/pep-0001.html
|
||||
http://www.python.org/peps/pep-0012
|
||||
|
||||
[3] http://www.opencontent.org/openpub/
|
||||
|
||||
|
|
10
pep-0012.txt
10
pep-0012.txt
|
@ -484,12 +484,12 @@ followed by the footnote body. For example::
|
|||
==========
|
||||
|
||||
.. [2] PEP 1, "PEP Purpose and Guidelines", Warsaw, Hylton
|
||||
(http://www.python.org/peps/pep-0001.html)
|
||||
(http://www.python.org/peps/pep-0001)
|
||||
|
||||
If you decide to provide an explicit URL for a PEP, please use this as
|
||||
the URL template::
|
||||
|
||||
http://www.python.org/peps/pep-xxxx.html
|
||||
http://www.python.org/peps/pep-xxxx
|
||||
|
||||
PEP numbers in URLs must be padded with zeros from the left, so as to
|
||||
be exactly 4 characters wide, however PEP numbers in the text are
|
||||
|
@ -510,7 +510,7 @@ other characters are allowed). For example::
|
|||
|
||||
.. [#PEP-1] PEP 1, "PEP Purpose and Guidelines", Warsaw, Hylton
|
||||
|
||||
http://www.python.org/peps/pep-0001.html
|
||||
http://www.python.org/peps/pep-0001
|
||||
|
||||
Footnotes and footnote references will be numbered automatically, and
|
||||
the numbers will always match. Once a PEP is finalized, auto-numbered
|
||||
|
@ -621,10 +621,10 @@ References
|
|||
==========
|
||||
|
||||
.. [1] PEP 1, PEP Purpose and Guidelines, Warsaw, Hylton
|
||||
(http://www.python.org/peps/pep-0001.html)
|
||||
(http://www.python.org/peps/pep-0001)
|
||||
|
||||
.. [2] PEP 9, Sample Plaintext PEP Template, Warsaw
|
||||
(http://www.python.org/peps/pep-0009.html)
|
||||
(http://www.python.org/peps/pep-0009)
|
||||
|
||||
|
||||
Copyright
|
||||
|
|
Loading…
Reference in New Issue