8000 Meta: Document the shortcut links by hugovk · Pull Request #3043 · python/peps · GitHub
[go: up one dir, main page]

Skip to content

Meta: Document the shortcut links #3043

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

Merged
merged 2 commits into from
Mar 8, 2023
Merged
Changes from 1 commit
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
Next Next commit
Meta: document the shortcut links
  • Loading branch information
hugovk committed Mar 7, 2023
commit e989ffe7aaf35d15eb641385311ce302a13c0773
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ about writing one, please start reading at :pep:`1`. Note that the PEP Index
(:pep:`0`) is automatically generated based on the metadata headers in other PEPs.


Canonical links
===============

The canonical form of PEP links are zero-padded, such as
https://peps.python.org/pep-0008/

Shortcut redirects are also available.
For example, https://peps.python.org/8 redirects to the canonical form.


Contributing to PEPs
====================

Expand Down
0