From 5eaadbdb2b93aa828285f0ac29ed99aff39be75a Mon Sep 17 00:00:00 2001 From: milde Date: Tue, 3 Jan 2017 23:08:19 +0000 Subject: Minor documentation update git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8012 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/dev/policies.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docutils/docs/dev') 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". -- cgit v1.2.1