summaryrefslogtreecommitdiff
path: root/docutils/docs/dev
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-01-03 23:08:19 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2017-01-03 23:08:19 +0000
commit5eaadbdb2b93aa828285f0ac29ed99aff39be75a (patch)
tree753a5b2daab63a7f858fefaa695252f5e2739cf2 /docutils/docs/dev
parent769124051dd5cb0f1b44d81556bb15f41a0bab3e (diff)
downloaddocutils-5eaadbdb2b93aa828285f0ac29ed99aff39be75a.tar.gz
Minor documentation update
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8012 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
-rw-r--r--docutils/docs/dev/policies.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docutils/docs/dev/policies.txt b/docutils/docs/dev/policies.txt
index 263b3ff13..e799a2dd6 100644
--- a/docutils/docs/dev/policies.txt
+++ b/docutils/docs/dev/policies.txt
@@ -86,8 +86,9 @@ How to make code contributions that are easily accepted:
cases are also examples and showcases for new features. See `Docutils
Testing`_ for a description of the test suite in ``docutils/test/``.
- Ensure the addition works with all supported Python versions
- (2.4 ... 3.4).
+ Ensure the addition works with all `supported Python versions`__.
+
+ __ ../../README.html#requirements
* Look at the Docutils sources to see how similar features are implemented,
learn to do it "the Docutils way".