[pypy-svn] r40839 - pypy/dist/pypy/doc

mwh at codespeak.net mwh at codespeak.net
Tue Mar 20 14:19:13 CET 2007


Author: mwh
Date: Tue Mar 20 14:19:12 2007
New Revision: 40839

Modified:
   pypy/dist/pypy/doc/index.txt
Log:
fix rest


Modified: pypy/dist/pypy/doc/index.txt
==============================================================================
--- pypy/dist/pypy/doc/index.txt	(original)
+++ pypy/dist/pypy/doc/index.txt	Tue Mar 20 14:19:12 2007
@@ -197,8 +197,6 @@
 
 `jit/codegen/`_                `jit backends`_ for different architectures
 
-`jit/goal/`_                   the translation targets that produce a PyPy with a JIT_
-
 `jit/hintannotator/`_          the `hint-annotator`_ that analyzes an interpreter
 
 `jit/timeshifter/`_            the `timeshifter`_ that turns an interpreter into a JIT compiler



More information about the Pypy-commit mailing list