[pypy-svn] pypy documentation-cleanup: Rpython translation toolchain again

lac commits-noreply at bitbucket.org
Fri Apr 29 15:14:31 CEST 2011


Author: Laura Creighton <lac at openend.se>
Branch: documentation-cleanup
Changeset: r43769:864df3d29f9f
Date: 2011-04-29 15:14 +0200
http://bitbucket.org/pypy/pypy/changeset/864df3d29f9f/

Log:	Rpython translation toolchain again

diff --git a/pypy/doc/windows.rst b/pypy/doc/windows.rst
--- a/pypy/doc/windows.rst
+++ b/pypy/doc/windows.rst
@@ -13,7 +13,7 @@
 Translating PyPy with Visual Studio
 -----------------------------------
 
-We routinely test the translation toolchain using Visual Studio .NET
+We routinely test the `RPython translation toolchain`_ using Visual Studio .NET
 2005, Professional Edition, and Visual Studio .NET 2008, Express
 Edition.  Other configurations may work as well.
 
@@ -122,3 +122,4 @@
     cp .libs/libffi-5.dll <somewhere on the PATH>
 
 .. _`libffi source files`: http://sourceware.org/libffi/
+.. _`RPython translation toolchain`: translation.rst


More information about the Pypy-commit mailing list