[Python-checkins] distutils2: Add informations about contribution in the doc and in the README.

tarek.ziade python-checkins at python.org
Wed Feb 16 22:23:56 CET 2011


tarek.ziade pushed b2b6b967a7ef to distutils2:

http://hg.python.org/distutils2/rev/b2b6b967a7ef
changeset:   1001:b2b6b967a7ef
user:        Alexis Metaireau <alexis at notmyidea.org>
date:        Wed Feb 02 16:35:22 2011 +0000
summary:
  Add informations about contribution in the doc and in the README.

files:
  README.txt
  docs/source/index.rst

diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -10,6 +10,9 @@
 
 See the documentation at http://packages.python.org/Distutils2 for more info.
 
+If you want to contribute, please have a look to 
+http://distutils2.notmyidea.org/contributing.html
+
 **Beware that Distutils2 is in its early stage and should not be used in
 production. Its API is subject to changes**
 
diff --git a/docs/source/index.rst b/docs/source/index.rst
--- a/docs/source/index.rst
+++ b/docs/source/index.rst
@@ -29,7 +29,7 @@
 .. __: http://bitbucket.org/tarek/distutils2/wiki/GSoC_2010_teams
 
 If you’re looking for information on how to contribute, head to
-:doc:`devresources`.
+:doc:`devresources`, and be sure to have a look at :doc:`contributing`.
 
 
 Documentation
@@ -76,6 +76,7 @@
    distutils/index
    library/distutils2
    library/pkgutil
+   contributing
 
 
 Indices and tables

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list