-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Meta: Document the PEP shortcut URLs? #2985
Comments
I like the idea, but I've no idea where to document them that people would actually read, given how people tend not to read documentation anyway :) Would a note in the README be sufficient? |
On the PEP site home page? |
Yeah, that's a good point. A note in the Readme would certainly be better than nothing, though at least if and when #10 is implemented, users aren't likely to actually see it. Then again, it's not clear how important that average users see it anyway. Typically, sites provide shortlinks using a "link"/"share" button, but there's not really a clear benefit over just copying the URL in our case, nor just using the "canonical" link there too.
You mean PEP 0, the PEP index? Perhaps; that would probably be best for visibility, though that seems like a fairly low-level detail to mention on a page that is very light on text and focused on being an index of the PEPs.
Which page, sorry? The devguide currently references PEP 1 and PEP 12 as the canonical place for documenting PEP policy, process and guidance for authors. IIRC, it previously contained such a page years ago, but it had drifted way out of date with the PEP repo and actual practice and duplicated information there, so was updated to refer the reader to the canonical resources. |
Please see #3043 to add a note to the README. |
In #2420 we added shortcut redirects like
https://peps.python.org/8
->https://peps.python.org/pep-0008/
This was specifically to support GitHub's autolinking like: PEP-8 (docs).
Whilst the full zero-padded
https://peps.python.org/pep-0008/
remains the canonical form, thehttps://peps.python.org/8
shortcuts are useful for others as well (for example), so shall we publicise or document these somewhere?The text was updated successfully, but these errors were encountered: