[pypy-svn] rev 2588 - pypy/trunk/doc/devel

pmaupin at codespeak.net pmaupin at codespeak.net
Fri Dec 19 17:31:19 CET 2003


Author: pmaupin
Date: Fri Dec 19 17:31:18 2003
New Revision: 2588

Modified:
   pypy/trunk/doc/devel/howtopypy.txt
Log:
Added reference to moin

Modified: pypy/trunk/doc/devel/howtopypy.txt
==============================================================================
--- pypy/trunk/doc/devel/howtopypy.txt	(original)
+++ pypy/trunk/doc/devel/howtopypy.txt	Fri Dec 19 17:31:18 2003
@@ -84,9 +84,9 @@
         python23 py.py -S -c "import builtin_types_test"
 
 
-7. To learn more about PyPy and its development process, read the documentation_,
-   and consider subscribing to the `mailing lists`_ (or simply read the archives
-   online) or communicating via irc.freenode.net:6667, channel #pypy.
+7. To learn more about PyPy and its development process, read the documentation_
+   and the moin_, and consider subscribing to the `mailing lists`_ (or simply
+   read the archives online) or communicating via irc.freenode.net:6667, channel #pypy.
 
 --------------------------------------------------------------------------------
 
@@ -94,4 +94,5 @@
 .. _Standard:        http://codespeak.net/pypy/index.cgi?doc/objspace/stdobjspace.html
 .. _object space:    http://codespeak.net/pypy/index.cgi?doc/objspace/objspace.html
 .. _mailing lists:   http://codespeak.net/pypy/index.cgi?lists
-.. _documentation:   http://codespeak.net/pypy/index.cgi?doc
\ No newline at end of file
+.. _documentation:   http://codespeak.net/pypy/index.cgi?doc
+.. _moin:            http://codespeak.net/moin/pypy/moin.cgi/FrontPage?action=show
\ No newline at end of file


More information about the Pypy-commit mailing list