diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-03-13 18:03:45 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2022-03-13 18:03:45 +0000 |
| commit | 50c9ea9e004549f103986e234d2cccf871d2b0ee (patch) | |
| tree | 30fae8ae67b534f23972bfe2a1ec1894d4bed2f5 /docutils/docs/dev | |
| parent | f9e0d2338d3cf40aa3387ba08459ce20471b1722 (diff) | |
| download | docutils-50c9ea9e004549f103986e234d2cccf871d2b0ee.tar.gz | |
Update PEP URLs.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9044 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/policies.txt | 10 | ||||
| -rw-r--r-- | docutils/docs/dev/semantics.txt | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docutils/docs/dev/policies.txt b/docutils/docs/dev/policies.txt index 8025cc75e..df927a799 100644 --- a/docutils/docs/dev/policies.txt +++ b/docutils/docs/dev/policies.txt @@ -98,8 +98,8 @@ Conventions`_ PEPs, summarized, clarified, and extended as follows: quotes""" for docstrings. .. _Style Guide for Python Code: - https://www.python.org/dev/peps/pep-0008 -.. _Docstring Conventions: https://www.python.org/dev/peps/pep-0257 + https://peps.python.org/pep-0008 +.. _Docstring Conventions: https://peps.python.org/pep-0257 .. _Docutils Internationalization: ../howto/i18n.html#python-code @@ -460,7 +460,7 @@ beta (development) [#dev]_ 0.16b.dev .. [#dev] Default active development state between releases. .. [#skip] These steps may be skipped. -.. _PEP 440: https://www.python.org/dev/peps/pep-0440/ +.. _PEP 440: https://peps.python.org/pep-0440/ Policy History -------------- @@ -506,9 +506,9 @@ configuration file or potentially breaking custom style sheets) should be announced with a FutureWarning_. .. _backwards compatibility rules: - https://www.python.org/dev/peps/pep-0387/#backwards-compatibility-rules + https://peps.python.org/pep-0387/#backwards-compatibility-rules .. _making incompatible changes: - https://www.python.org/dev/peps/pep-0387/#making-incompatible-changes + https://peps.python.org/pep-0387/#making-incompatible-changes .. _Sphinx: https://www.sphinx-doc.org/ .. _DeprecationWarning: https://docs.python.org/3/library/exceptions.html#DeprecationWarning diff --git a/docutils/docs/dev/semantics.txt b/docutils/docs/dev/semantics.txt index 38d19dab6..15dcadd31 100644 --- a/docutils/docs/dev/semantics.txt +++ b/docutils/docs/dev/semantics.txt @@ -101,7 +101,7 @@ Other Ideas an attachment to his Doc-SIG post of 2001-05-30. -.. _PEP 257: https://www.python.org/dev/peps/pep-0257 +.. _PEP 257: https://peps.python.org/pep-0257 .. _JavaDoc: http://java.sun.com/j2se/javadoc/ .. _pythondoc: http://starship.python.net/crew/danilo/pythondoc/ .. _Grouch: http://www.mems-exchange.org/software/grouch/ |
