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

hpk at codespeak.net hpk at codespeak.net
Fri May 20 18:27:47 CEST 2005


Author: hpk
Date: Fri May 20 18:27:47 2005
New Revision: 12645

Modified:
   pypy/dist/pypy/documentation/architecture.txt
   pypy/dist/pypy/documentation/coding-guide.txt
   pypy/dist/pypy/documentation/getting_started.txt
   pypy/dist/pypy/documentation/objspace.txt
   pypy/dist/pypy/documentation/translation.txt
Log:
unified main documentation page headers 
note especially that i took the date out 
of the architecture.txt.   It doesn't make
sense IMO because the architecture is probably 
the one that changes the least. 



Modified: pypy/dist/pypy/documentation/architecture.txt
==============================================================================
--- pypy/dist/pypy/documentation/architecture.txt	(original)
+++ pypy/dist/pypy/documentation/architecture.txt	Fri May 20 18:27:47 2005
@@ -1,5 +1,5 @@
 ==================================================
-Overview of PyPy's current architecture (May 2005)
+PyPy - architecture overview 
 ==================================================
 
 .. contents::

Modified: pypy/dist/pypy/documentation/coding-guide.txt
==============================================================================
--- pypy/dist/pypy/documentation/coding-guide.txt	(original)
+++ pypy/dist/pypy/documentation/coding-guide.txt	Fri May 20 18:27:47 2005
@@ -1,5 +1,5 @@
 =====================================
-PyPy Coding Guide 
+PyPy - Coding Guide 
 =====================================
 
 .. contents::

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 18:27:47 2005
@@ -1,5 +1,5 @@
 ==================================
-Getting started with PyPy
+PyPy - Getting started 
 ==================================
 
 .. contents::

Modified: pypy/dist/pypy/documentation/objspace.txt
==============================================================================
--- pypy/dist/pypy/documentation/objspace.txt	(original)
+++ pypy/dist/pypy/documentation/objspace.txt	Fri May 20 18:27:47 2005
@@ -1,6 +1,6 @@
-==================
-PyPy Object Spaces
-==================
+======================
+PyPy - Object Spaces
+======================
 
 .. contents::
 .. sectnum::

Modified: pypy/dist/pypy/documentation/translation.txt
==============================================================================
--- pypy/dist/pypy/documentation/translation.txt	(original)
+++ pypy/dist/pypy/documentation/translation.txt	Fri May 20 18:27:47 2005
@@ -1,5 +1,5 @@
 =====================
-   PyPy Translation
+ PyPy - Translation
 =====================
 
 .. contents::



More information about the Pypy-commit mailing list