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

hpk at codespeak.net hpk at codespeak.net
Thu May 19 22:13:32 CEST 2005


Author: hpk
Date: Thu May 19 22:13:32 2005
New Revision: 12581

Modified:
   pypy/dist/pypy/documentation/index.txt
   pypy/dist/pypy/documentation/navlist
Log:
streamlining ndex and navigation list 


Modified: pypy/dist/pypy/documentation/index.txt
==============================================================================
--- pypy/dist/pypy/documentation/index.txt	(original)
+++ pypy/dist/pypy/documentation/index.txt	Thu May 19 22:13:32 2005
@@ -2,15 +2,12 @@
 PyPy - a Python_ implementation written in Python 
 =================================================
 
-
 .. _Python: http://www.python.org/dev/doc/maint24/ref/ref.html
 
-Here are some good entry points into PyPy's world: 
-
 architecture_ gives a complete view of PyPy's basic design. 
 
 `getting started`_ provides hands-on instructions 
-including a two-liner to run PyPy on your computer. 
+including a two-liner to run PyPy on your system. 
 
 coding-guide_ helps you to write code for PyPy. 
 

Modified: pypy/dist/pypy/documentation/navlist
==============================================================================
--- pypy/dist/pypy/documentation/navlist	(original)
+++ pypy/dist/pypy/documentation/navlist	Thu May 19 22:13:32 2005
@@ -1,9 +1,9 @@
 [
-    'getting_started.html', 
     'architecture.html', 
+    'getting_started.html', 
     'coding-guide.html', 
     'objspace.html',
     'translation.html',
-    'misc.html', 
+#    'misc.html', 
     'theory.html', 
 ]



More information about the Pypy-commit mailing list