[pypy-svn] r57339 - in pypy/extradoc/planning: 1.0 1.1 roadmap

hpk at codespeak.net hpk at codespeak.net
Sun Aug 17 08:38:58 CEST 2008


Author: hpk
Date: Sun Aug 17 08:38:55 2008
New Revision: 57339

Modified:
   pypy/extradoc/planning/1.0/TODO.txt
   pypy/extradoc/planning/1.0/docs-refactoring.txt
   pypy/extradoc/planning/1.1/plan.txt
   pypy/extradoc/planning/roadmap/task_bytecode_compiler.txt
   pypy/extradoc/planning/roadmap/task_integration_vm.txt
   pypy/extradoc/planning/roadmap/task_separate_compilation.txt
   pypy/extradoc/planning/roadmap/task_stdlib_modules.txt
Log:
fix various ReST issues


Modified: pypy/extradoc/planning/1.0/TODO.txt
==============================================================================
--- pypy/extradoc/planning/1.0/TODO.txt	(original)
+++ pypy/extradoc/planning/1.0/TODO.txt	Sun Aug 17 08:38:55 2008
@@ -56,11 +56,8 @@
 
   - integrate and test: 
     - (arigo,pedronis,arre, IN-PROGRESS): wp08 docs & examples, getting-started 
-    - (cfbolz) test wp09 getting-started examples: 
-      - after some fixing things seem to work
-    - wp09 docs, examples and code - maybe what we have is good enough?
-      (christian looking into this currently) a bit of progress, 
-      but no feedback/interaction with DFKI/Danish yet. 
+    - (cfbolz) test wp09 getting-started examples: after some fixing things seem to work
+    - wp09 docs, examples and code - maybe what we have is good enough?  (christian looking into this currently) a bit of progress, but no feedback/interaction with DFKI/Danish yet. 
 
 
   - move pedronis/pypy-c-testing, pedronis/tarball-testing 
@@ -74,12 +71,10 @@
 
 
   - (done by NNN: fijal, NNN) play1 issues: 
-    - rebuild pypy's to use the new readline stub (fixing 
-      ugly stdout/stdin interactions) 
+    - rebuild pypy's to use the new readline stub (fixing ugly stdout/stdin interactions) 
     - review/refine help (add examples where necessary)
     - make examples execute more cleanly
-    - fix linking (it gets easily confused if you click around), 
-      make correct 404 and 500 pages
+    - fix linking (it gets easily confused if you click around), make correct 404 and 500 pages
     - discuss/do a JIT demo
 
   - (DROPPED for 1.0) include documentation/entry point for 
@@ -95,18 +90,14 @@
 
   - (DONE) consider where/how to put special builtins ("pypymagic"
     might not be a good name), suggestions: 
-    - names: not pypymagic, not pypybuiltin, holger and cf to propose
-      (done, result is __pypy__)
+    - names: not pypymagic, not pypybuiltin, holger and cf to propose (done, result is __pypy__)
     - document pypybuiltin module (add docstrings) (done)
-    - functions should only be there if the according option
-      is enabled (e.g. method cache) (done)
-    - functions only relating to py.py should not appear in
-      translated version (unless they work :) (done)
-    (cfbolz)
+    - functions should only be there if the according option is enabled (e.g. method cache) (done)
+    - functions only relating to py.py should not appear in translated version (unless they work :) (done) (cfbolz)
 
   - (done, still a bit of doc's/demo refinements maybe) 
-     make transparent proxies more prominent 
-     because they are a rather powerful feature)
+    make transparent proxies more prominent 
+    because they are a rather powerful feature)
     - write a nice support module (pypy/lib/tputil.py - in progress)
     - write/review documentation (in-progress)
     - fix bugs if any

Modified: pypy/extradoc/planning/1.0/docs-refactoring.txt
==============================================================================
--- pypy/extradoc/planning/1.0/docs-refactoring.txt	(original)
+++ pypy/extradoc/planning/1.0/docs-refactoring.txt	Sun Aug 17 08:38:55 2008
@@ -1,9 +1,9 @@
-      - mission statement should emphasize VM
-        framework/translation and not mention project results 
+      - mission statement should emphasize VM framework/translation and not mention project results 
       - always clearly separate the talk about the VM translation 
         framework and the Python implementation (and its features) 
         for example "PyPy - implementation of python in python" 
         as the first title is misleading.  maybe something like: 
+
         a) PyPy is a VM/VHLL translation framework (or whatever we settle on)
         b) already contains a full Python implementation
            part of which is re-used from the translation framework 

Modified: pypy/extradoc/planning/1.1/plan.txt
==============================================================================
--- pypy/extradoc/planning/1.1/plan.txt	(original)
+++ pypy/extradoc/planning/1.1/plan.txt	Sun Aug 17 08:38:55 2008
@@ -25,8 +25,7 @@
   trunk after all tests have passed 
 - refactor documentation to have separated entry points: 
   - for users of the mainline PyPy Python Interpreter 
-  - for advanced users/developers/experimenters of the PyPy Python
-    Interpreter 
+  - for advanced users/developers/experimenters of the PyPy Python Interpreter 
   - all the rest - toolchain, prolog, squeak, javascript 
 - revise and cleanup play1 - run more things through sandboxing? 
 - debian packaging? 

Modified: pypy/extradoc/planning/roadmap/task_bytecode_compiler.txt
==============================================================================
--- pypy/extradoc/planning/roadmap/task_bytecode_compiler.txt	(original)
+++ pypy/extradoc/planning/roadmap/task_bytecode_compiler.txt	Sun Aug 17 08:38:55 2008
@@ -23,3 +23,5 @@
 Dependencies:
 
  - `Port the JIT to ootype`_
+
+.. _`Port the JIT to ootype`: task_jit_ootype.html

Modified: pypy/extradoc/planning/roadmap/task_integration_vm.txt
==============================================================================
--- pypy/extradoc/planning/roadmap/task_integration_vm.txt	(original)
+++ pypy/extradoc/planning/roadmap/task_integration_vm.txt	Sun Aug 17 08:38:55 2008
@@ -28,3 +28,5 @@
 Dependencies:
 
  - `Refactor RPython external objects interface`_
+
+.. _`Refactor RPython external objects interface`: task_external_objects.html

Modified: pypy/extradoc/planning/roadmap/task_separate_compilation.txt
==============================================================================
--- pypy/extradoc/planning/roadmap/task_separate_compilation.txt	(original)
+++ pypy/extradoc/planning/roadmap/task_separate_compilation.txt	Sun Aug 17 08:38:55 2008
@@ -17,4 +17,4 @@
 
 dependencies:
 
- - None
\ No newline at end of file
+ - None

Modified: pypy/extradoc/planning/roadmap/task_stdlib_modules.txt
==============================================================================
--- pypy/extradoc/planning/roadmap/task_stdlib_modules.txt	(original)
+++ pypy/extradoc/planning/roadmap/task_stdlib_modules.txt	Sun Aug 17 08:38:55 2008
@@ -32,3 +32,7 @@
 
 .. _FePy: http://fepy.sourceforge.net/
 
+
+.. _`Separate compilation`: task_separate_compilation.html
+.. _`Refactor RPython external objects interface`: task_external_objects.html
+.. _`Integration with the hosting virtual machine`: task_integration_vm.html



More information about the Pypy-commit mailing list