Author: Manuel Jacob <[email protected]> Branch: improve-docs Changeset: r74174:95a73d2df84f Date: 2014-10-24 15:38 +0200 http://bitbucket.org/pypy/pypy/changeset/95a73d2df84f/
Log: Fix ref. diff --git a/rpython/doc/translation.rst b/rpython/doc/translation.rst --- a/rpython/doc/translation.rst +++ b/rpython/doc/translation.rst @@ -25,7 +25,7 @@ this task into several steps, and the purpose of this document is to introduce them. -To start with we describe the process of translating an RPython_ program into +To start with we describe the process of translating an :ref:`RPython <language>` program into C (which is the default and original target). .. _initialization-time: _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
