summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-20 10:09:33 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2022-01-20 10:09:33 +0000
commitbb900cdc094922cee0861e34c2e49a75d8484988 (patch)
tree9965efa22b71c528f1cfbf083af53d5823569b8a
parent16c0d23ea9c5f65fc28fbf098a3f2dfd44c90d95 (diff)
downloaddocutils-bb900cdc094922cee0861e34c2e49a75d8484988.tar.gz
Update PEP links.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8953 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
-rw-r--r--docutils/docs/index.txt21
1 files changed, 9 insertions, 12 deletions
diff --git a/docutils/docs/index.txt b/docutils/docs/index.txt
index e5744c66d..9ee51e69c 100644
--- a/docutils/docs/index.txt
+++ b/docutils/docs/index.txt
@@ -59,7 +59,8 @@ top level of the Docutils project directory.
question or issue, there's a good chance it's already
answered here.
:BUGS.txt_: A list of known bugs, and how to report a bug.
-:RELEASE-NOTES.txt_: Summary of the major changes in recent releases.
+:RELEASE-NOTES.txt_: Summary of the major changes in recent releases and
+ notice of future incompatible changes.
:HISTORY.txt_: Detailed change history log.
:THANKS.txt_: Acknowledgements.
@@ -153,28 +154,24 @@ Prehistoric:
=======================================
* `PEP 256: Docstring Processing System Framework`__ is a high-level
- generic proposal. [`PEP 256`__ in the `master repository`_]
+ generic proposal. [:PEP:`256` in the `master repository`_]
* `PEP 257: Docstring Conventions`__ addresses docstring style and
- touches on content. [`PEP 257`__ in the `master repository`_]
+ touches on content. [:PEP:`257` in the `master repository`_]
* `PEP 258: Docutils Design Specification`__ is an overview of the
architecture of Docutils. It documents design issues and
- implementation details. [`PEP 258`__ in the `master repository`_]
+ implementation details. [:PEP:`258` in the `master repository`_]
* `PEP 287: reStructuredText Docstring Format`__ proposes a standard
- markup syntax. [`PEP 287`__ in the `master repository`_]
+ markup syntax. [:PEP:`287` in the `master repository`_]
-Please note that PEPs in the `master repository`_ may not be current,
-whereas the local versions are.
+Please note that PEPs in the `master repository`_ developed
+independent from the local versions after the rejection of :PEP:`258`.
__ peps/pep-0256.html
-__ http://www.python.org/peps/pep-0256.html
__ peps/pep-0257.html
-__ http://www.python.org/peps/pep-0257.html
.. _PEP 258:
__ peps/pep-0258.html
-__ http://www.python.org/peps/pep-0258.html
__ peps/pep-0287.html
-__ http://www.python.org/peps/pep-0287.html
-.. _master repository: http://www.python.org/peps/
+.. _master repository: https://www.python.org/dev/peps/
.. _api: