[pypy-svn] r48889 - pypy/dist/pypy/doc
antocuni at codespeak.net
antocuni at codespeak.net
Wed Nov 21 11:20:55 CET 2007
Author: antocuni
Date: Wed Nov 21 11:20:54 2007
New Revision: 48889
Modified:
pypy/dist/pypy/doc/_ref.txt
pypy/dist/pypy/doc/translation.txt
Log:
fix doc tests
Modified: pypy/dist/pypy/doc/_ref.txt
==============================================================================
--- pypy/dist/pypy/doc/_ref.txt (original)
+++ pypy/dist/pypy/doc/_ref.txt Wed Nov 21 11:20:54 2007
@@ -70,7 +70,6 @@
.. _`objspace/cpy/`: ../../pypy/objspace/cpy
.. _`objspace/dump.py`: ../../pypy/objspace/dump.py
.. _`objspace/flow/`: ../../pypy/objspace/flow
-.. _`objspace/logic.py`: ../../pypy/objspace/logic.py
.. _`objspace/std/`:
.. _`pypy/objspace/std`: ../../pypy/objspace/std
.. _`objspace/taint.py`: ../../pypy/objspace/taint.py
@@ -123,6 +122,5 @@
.. _`translator/js/`: ../../pypy/translator/js
.. _`translator/jvm/`: ../../pypy/translator/jvm
.. _`translator/llvm/`: ../../pypy/translator/llvm
-.. _`translator/squeak/`: ../../pypy/translator/squeak
.. _`translator/stackless/`: ../../pypy/translator/stackless
.. _`translator/tool/`: ../../pypy/translator/tool
\ No newline at end of file
Modified: pypy/dist/pypy/doc/translation.txt
==============================================================================
--- pypy/dist/pypy/doc/translation.txt (original)
+++ pypy/dist/pypy/doc/translation.txt Wed Nov 21 11:20:54 2007
@@ -817,6 +817,9 @@
.. _`whatis document`: js/whatis.html
.. _`using document`: js/using.html
+.. _`Python again`:
+.. _`Python back-end`:
+
The Interpreter-Level backend
-----------------------------
More information about the pypy-svn
mailing list