[pypy-svn] r12616 - pypy/dist/pypy/documentation

hpk at codespeak.net hpk at codespeak.net
Fri May 20 13:03:50 CEST 2005


Author: hpk
Date: Fri May 20 13:03:49 2005
New Revision: 12616

Modified:
   pypy/dist/pypy/documentation/getting_started.txt
Log:
issue37 done-cbb 

after a last reshuffling i am kind of happy with the
getting-started document although i think that 
the 'trying out the translator' chapter is not
nicely formatted. 



Modified: pypy/dist/pypy/documentation/getting_started.txt
==============================================================================
--- pypy/dist/pypy/documentation/getting_started.txt	(original)
+++ pypy/dist/pypy/documentation/getting_started.txt	Fri May 20 13:03:49 2005
@@ -107,7 +107,7 @@
 got a release) or pypy-dist (if you checked out the most recent version using
 subversion).
 
-Main entry point / special PyPy features 
+Main entry point  
 ------------------------------------------
 
 The py.py interpreter
@@ -153,6 +153,9 @@
 
     python py.py ../../lib-python/modified-2.3.4/test/pystone.py 10
 
+special PyPy features 
+-------------------------- 
+
 Interpreter-level console
 +++++++++++++++++++++++++
 
@@ -371,11 +374,8 @@
 
        python translate_pypy.py targetrpystone2
 
-
-.. _`start reading sources`: 
-   
 Where to start reading the sources
-================================== 
+---------------------------------- 
 
 PyPy is made from parts that are relatively independent from each other.
 You should start looking at the part that attracts you most (all parts are
@@ -470,6 +470,22 @@
 
     http://codespeak.net/py/current/doc/getting-started.html
 
+
+
+.. _`start reading sources`: 
+   
+Getting involved 
+================================== 
+
+PyPy employs an open development process.  You are invited 
+to join our `pypy-dev mailing list`_ or look at the other 
+`contact possibilities`_.   We are also doing coding Sprints
+which are separatedly announced and often happen around Python
+conferences such as EuroPython or Pycon. 
+
+.. _`pypy-dev mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev
+.. _`contact possibilities`: http://codespeak.net/pypy/index.cgi?contact
+
 .. _`py library`: http://codespeak.net/py 
 .. _`PyPy/LLVM backend`: translation.html#llvm 
 .. _`low level virtual machine`: http://llvm.cs.uiuc.edu/
@@ -502,20 +518,4 @@
 
 .. _`directory reference`: index.html#directory-reference
 
-To learn more / get in contact
-============================== 
-
-* To learn more about PyPy and its development process,  
-  read around in the documentation_ and consider 
-  subscribing to the `mailing lists`_ (or simply
-  read the archives online) 
-  
-* show up on irc.freenode.net:6667, channel #pypy and ask
-  questions.  The logs of the channel can be found at 
-  http://nimrod.terra-link.net/pypy/
-
-* To help PyPy become Python-the-next-generation, you 
-  are invited to participate in its development. 
-   
-
 .. include:: _ref.txt



More information about the Pypy-commit mailing list