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

hpk at codespeak.net hpk at codespeak.net
Tue Jul 19 18:22:53 CEST 2005


Author: hpk
Date: Tue Jul 19 18:22:39 2005
New Revision: 14780

Modified:
   pypy/dist/pypy/documentation/_ref.txt
   pypy/dist/pypy/documentation/extradoc.txt
   pypy/dist/pypy/documentation/index.txt
Log:
fixed a couple of remote references (which failed the 'py.test -R' test in 
the documentation directory)


Modified: pypy/dist/pypy/documentation/_ref.txt
==============================================================================
--- pypy/dist/pypy/documentation/_ref.txt	(original)
+++ pypy/dist/pypy/documentation/_ref.txt	Tue Jul 19 18:22:39 2005
@@ -50,5 +50,5 @@
 .. _`pypy/translator/annrpython.py`: http://codespeak.net/svn/pypy/dist/pypy/translator/annrpython.py
 .. _`translator/c/`: http://codespeak.net/svn/pypy/dist/pypy/translator/c
 .. _`translator/java/`: http://codespeak.net/svn/pypy/dist/pypy/translator/java
-.. _`translator/llvm/`: http://codespeak.net/svn/pypy/dist/pypy/translator/llvm
+.. _`translator/llvm2/`: http://codespeak.net/svn/pypy/dist/pypy/translator/llvm2
 .. _`translator/tool/`: http://codespeak.net/svn/pypy/dist/pypy/translator/tool
\ No newline at end of file

Modified: pypy/dist/pypy/documentation/extradoc.txt
==============================================================================
--- pypy/dist/pypy/documentation/extradoc.txt	(original)
+++ pypy/dist/pypy/documentation/extradoc.txt	Tue Jul 19 18:22:39 2005
@@ -64,7 +64,6 @@
 .. _`Iron Python`: http://www.gotdotnet.com/workspaces/workspace.aspx?id=ad7acff7-ab1e-4bcb-99c0-57ac5a3a9742
 .. _`transparent dynamic optimization`: http://www.hpl.hp.com/techreports/1999/HPL-1999-77.pdf
 .. _Dynamo: http://www.hpl.hp.com/techreports/1999/HPL-1999-78.pdf
-.. _optionaltool: http://codespeak.net/pypy/index.cgi?doc/optionaltool.html
 .. _testdesign: http://codespeak.net/pypy/index.cgi?doc/testdesign.html
 .. _feasible: http://codespeak.net/pipermail/pypy-dev/2004q2/001289.html
 .. _rock: http://codespeak.net/pipermail/pypy-dev/2004q1/001255.html

Modified: pypy/dist/pypy/documentation/index.txt
==============================================================================
--- pypy/dist/pypy/documentation/index.txt	(original)
+++ pypy/dist/pypy/documentation/index.txt	Tue Jul 19 18:22:39 2005
@@ -105,7 +105,7 @@
 
 `translator/java/`_            experimental code to utilize Java for annotation 
 
-`translator/llvm/`_            contains the `LLVM backend`_ producing LLVM assembler 
+`translator/llvm2/`_           contains the `LLVM backend`_ producing LLVM assembler 
                                from fully annotated RPython programs 
 
 `translator/tool/`_            helper tools for translation 



More information about the Pypy-commit mailing list