[pypy-svn] r28961 - in pypy/dist/pypy/doc: . revreport

arigo at codespeak.net arigo at codespeak.net
Mon Jun 19 20:12:10 CEST 2006


Author: arigo
Date: Mon Jun 19 20:12:08 2006
New Revision: 28961

Modified:
   pypy/dist/pypy/doc/index.txt
   pypy/dist/pypy/doc/revreport/revreport.py
Log:
(cfbolz, arigo)
Move the meta-doc before the doc.
Fix an import.


Modified: pypy/dist/pypy/doc/index.txt
==============================================================================
--- pypy/dist/pypy/doc/index.txt	(original)
+++ pypy/dist/pypy/doc/index.txt	Mon Jun 19 20:12:08 2006
@@ -8,6 +8,25 @@
 .. contents::
 
 
+Meta-documentation
+=====================================
+
+`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. 
+
+`development methodology`_ describe our sprint-driven approach. 
+
+`talks and related projects`_ lists presentations 
+and related projects. 
+
+`license`_ contains licensing details (basically a straight MIT-license). 
+
+`FAQ`_ contains the beginning of frequently asked questions.
+Right now it's a bit empty.
+
+
 PyPy documentation
 ===============================================
 
@@ -45,25 +64,6 @@
 preliminary reports that we submitted to the European Union.
 
 
-Meta-documentation
-=====================================
-
-`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. 
-
-`development methodology`_ describe our sprint-driven approach. 
-
-`talks and related projects`_ lists presentations 
-and related projects. 
-
-`license`_ contains licensing details (basically a straight MIT-license). 
-
-`FAQ`_ contains the beginning of frequently asked questions.
-Right now it's a bit empty.
-
-
 Status
 ======================================
 

Modified: pypy/dist/pypy/doc/revreport/revreport.py
==============================================================================
--- pypy/dist/pypy/doc/revreport/revreport.py	(original)
+++ pypy/dist/pypy/doc/revreport/revreport.py	Mon Jun 19 20:12:08 2006
@@ -2,7 +2,7 @@
 import os, sys
 import autopath 
 import py
-from pypy.documentation.revreport import delta 
+from pypy.doc.revreport import delta 
 from pypy.tool.pypyrev import pypyrev 
 from py.__.misc.simplecapture import callcapture 
 



More information about the Pypy-commit mailing list