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

hpk at codespeak.net hpk at codespeak.net
Sun Apr 17 14:51:26 CEST 2005


Author: hpk
Date: Sun Apr 17 14:51:26 2005
New Revision: 10774

Added:
   pypy/dist/pypy/documentation/newstructure
Log:
armin and me want to reorganize the documentation 
into fewer more consistent text files. 



Added: pypy/dist/pypy/documentation/newstructure
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/documentation/newstructure	Sun Apr 17 14:51:26 2005
@@ -0,0 +1,48 @@
+
+getting_started.txt 
+    howtopypy.txt
+    howtosvn.txt
+    optionaltool.txt
+    checking_ReST.txt
+
+revreport
+    cmodules.txt # move to revreport somehow? 
+    developers.txt
+
+index.txt
+    # references all the major chapters 
+
+architecture.txt
+
+interpreter.txt 
+    the execution loop
+    exceptions 
+    modules 
+    functions 
+
+future.txt 
+    newrepolayout.txt
+    goals.txt
+
+coding-style.txt 
+    restrictedpy.txt
+    coding-style.txt
+    testdesign.txt
+
+objspace.txt
+    objspaceinterface.txt
+    wrapping.txt
+    abstractobjspace.txt
+    controlflow.txt
+        annotateobjspace.txt
+    stdobjspace.txt
+        multimethod.txt
+
+translation.txt 
+    annotation.txt
+    basicblock.asc
+    backends 
+        genc 
+            typer 
+        llvm 
+



More information about the Pypy-commit mailing list