[pypy-svn] r17934 - pypy/dist/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Wed Sep 28 08:34:37 CEST 2005


Author: hpk
Date: Wed Sep 28 08:34:36 2005
New Revision: 17934

Modified:
   pypy/dist/pypy/doc/index.txt
Log:
link to development methodology doc


Modified: pypy/dist/pypy/doc/index.txt
==============================================================================
--- pypy/dist/pypy/doc/index.txt	(original)
+++ pypy/dist/pypy/doc/index.txt	Wed Sep 28 08:34:36 2005
@@ -11,6 +11,8 @@
 
 `coding guide`_ helps you to write code for PyPy. 
 
+`development methodology`_ describe our sprint-driven approach. 
+
 `object spaces`_ discusses the object space interface 
 and several implementations. 
 
@@ -41,6 +43,7 @@
 
 .. _`FAQ`: faq.html
 .. _parser: parser.html
+.. _`development methodology`: dev_method.html
 .. _`talks and related projects`: extradoc.html
 .. _`license`: ../../LICENSE
 .. _`compliance test status`: http://codespeak.net/~hpk/pypy-testresult/



More information about the Pypy-commit mailing list