-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PEP 0, 1, 12: Update meta-PEPs to exemplify the current link guidance
- Loading branch information
1 parent
b7a0aaa
commit da2ec83
Showing
3 changed files
with
19 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,8 +26,9 @@ Note: if you are reading this PEP via the web, you should first grab | |
the text (reStructuredText) source of this PEP in order to complete | ||
the steps below. **DO NOT USE THE HTML FILE AS YOUR TEMPLATE!** | ||
|
||
The source for this (or any) PEP can be found in the PEPs repository, | ||
viewable on the web at https://github.com/python/peps/ . | ||
The source for this (or any) PEP can be found in the | ||
`PEPs repository <https://github.com/python/peps/>`_, | ||
as well as via a link at the bottom of each PEP. | ||
|
||
|
||
Rationale | ||
|
@@ -680,27 +681,27 @@ thoroughness, please see: | |
|
||
* `A ReStructuredText Primer`__, a gentle introduction. | ||
|
||
__ http://docutils.sourceforge.net/docs/rst/quickstart.html | ||
__ https://docutils.sourceforge.io/docs/user/rst/quickstart.html | ||
|
||
* `Quick reStructuredText`__, a users' quick reference. | ||
|
||
__ http://docutils.sourceforge.net/docs/rst/quickref.html | ||
__ https://docutils.sourceforge.io/docs/user/rst/quickref.html | ||
|
||
* `reStructuredText Markup Specification`__, the final authority. | ||
|
||
__ http://docutils.sourceforge.net/spec/rst/reStructuredText.html | ||
__ https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html | ||
|
||
The processing of reStructuredText PEPs is done using Docutils_. If | ||
you have a question or require assistance with reStructuredText or | ||
Docutils, please `post a message`_ to the `Docutils-users mailing | ||
list`_. The `Docutils project web site`_ has more information. | ||
|
||
.. _Docutils: | ||
.. _Docutils project web site: http://docutils.sourceforge.net/ | ||
.. _Docutils project web site: https://docutils.sourceforge.io/ | ||
.. _post a message: | ||
mailto:[email protected]?subject=PEPs | ||
.. _Docutils-users mailing list: | ||
http://docutils.sf.net/docs/user/mailing-lists.html#docutils-users | ||
https://docutils.sourceforge.io/docs/user/mailing-lists.html#docutils-users | ||
|
||
|
||
Copyright | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters