-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
PEP 1: Use plain text formatting and fix links #2259
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
Changes from 2 commits
0a28506
0c2e2c1
7126c97
aad94a6
9799ad2
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -530,7 +530,9 @@ PEP Header Preamble | |
|
|
||
| Each PEP must begin with an :rfc:`2822` style header preamble. The headers | ||
| must appear in the following order. Headers marked with "*" are | ||
| optional and are described below. All other headers are required. :: | ||
| optional and are described below. All other headers are required. | ||
|
|
||
| .. code-block:: text | ||
|
|
||
| PEP: <pep number> | ||
| Title: <pep title> | ||
|
|
@@ -738,7 +740,7 @@ Once the PEP is ready for the repository, a PEP editor will: | |
| status as "Draft". | ||
|
|
||
| * Add the PEP to a local fork of the PEP repository. For workflow | ||
| instructions, follow `The Python Developers Guide <http://docs.python.org/devguide>`_ | ||
| instructions, follow `The Python Developers Guide <https://devguide.python.org/>`_ | ||
|
|
||
| The git repo for the peps is:: | ||
|
||
|
|
||
|
|
@@ -770,15 +772,12 @@ administrative & editorial part (which is generally a low volume task). | |
|
|
||
| Resources: | ||
|
|
||
| * `Index of Python Enhancement Proposals <http://www.python.org/dev/peps/>`_ | ||
| * `Index of Python Enhancement Proposals <https://www.python.org/dev/peps/>`_ | ||
|
|
||
| * `Following Python's Development | ||
| <http://docs.python.org/devguide/communication.html>`_ | ||
|
|
||
| * `Python Developer's Guide <http://docs.python.org/devguide/>`_ | ||
| <https://devguide.python.org/communication/>`_ | ||
|
|
||
| * `Frequently Asked Questions for Developers | ||
| <http://docs.python.org/devguide/faq.html>`_ | ||
| * `Python Developer's Guide <https://devguide.python.org/>`_ | ||
|
|
||
|
|
||
| References and Footnotes | ||
|
|
@@ -793,16 +792,16 @@ References and Footnotes | |
| https://github.com/python/peps/blob/main/README.rst | ||
|
|
||
| .. [3] `CODEOWNERS` documentation | ||
| (https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners) | ||
| (https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners) | ||
CAM-Gerlach marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| .. _issue tracker: | ||
| http://bugs.python.org/ | ||
| https://bugs.python.org/ | ||
|
|
||
| .. _CC0-1.0-Universal: https://choosealicense.com/licenses/cc0-1.0/ | ||
|
|
||
| .. _reStructuredText: http://docutils.sourceforge.net/rst.html | ||
| .. _reStructuredText: https://docutils.sourceforge.io/rst.html | ||
|
|
||
| .. _Docutils: http://docutils.sourceforge.net/ | ||
| .. _Docutils: https://docutils.sourceforge.io/ | ||
|
|
||
| .. _PEP repository: https://github.com/python/peps | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.