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

hpk at codespeak.net hpk at codespeak.net
Thu May 19 22:53:26 CEST 2005


Author: hpk
Date: Thu May 19 22:53:25 2005
New Revision: 12587

Modified:
   pypy/dist/pypy/documentation/index.txt
   pypy/dist/pypy/documentation/translation.txt
Log:
some more streamlining of the index file
(nicer readable links). and unifying 
the title style for our main chapters. 




Modified: pypy/dist/pypy/documentation/index.txt
==============================================================================
--- pypy/dist/pypy/documentation/index.txt	(original)
+++ pypy/dist/pypy/documentation/index.txt	Thu May 19 22:53:25 2005
@@ -9,25 +9,25 @@
 `getting started`_ provides hands-on instructions 
 including a two-liner to run PyPy on your system. 
 
-coding-guide_ helps you to write code for PyPy. 
+`coding guide`_ helps you to write code for PyPy. 
 
-objspace_ discusses the object space interface 
+`object spaces`_ discusses the object space interface 
 and several implementations. 
 
-translation_ offers the beginnings of documentation 
+`translation`_ offers the beginnings of documentation 
 about our low level code generator backends. 
 
-`compliance test report`_ shows status information 
+`compliance test status`_ shows outcome information 
 about recent runs of CPython's regression tests against PyPy. 
 
 `license`_ tells you that basically all of PyPy is licensed 
 under the OSI-approved very liberal MIT-license. 
 
 .. _`license`: http://codespeak.net/svn/pypy/dist/LICENSE 
-.. _`compliance test report`: http://codespeak.net/~hpk/pypy-testresult/
-.. _`objspace`: objspace.html 
+.. _`compliance test status`: http://codespeak.net/~hpk/pypy-testresult/
+.. _`object spaces`: objspace.html 
 .. _`translation`: translation.html 
-.. _`coding-guide`: coding-guide.html 
+.. _`coding guide`: coding-guide.html 
 .. _`architecture`: architecture.html 
 .. _`revision report`: http://codespeak.net/pypy/rev/current 
 .. _`getting started`: getting_started.html 

Modified: pypy/dist/pypy/documentation/translation.txt
==============================================================================
--- pypy/dist/pypy/documentation/translation.txt	(original)
+++ pypy/dist/pypy/documentation/translation.txt	Thu May 19 22:53:25 2005
@@ -1,5 +1,5 @@
 =====================
-    Translation
+   PyPy Translation
 =====================
 
 .. contents::



More information about the Pypy-commit mailing list