Author: Manuel Jacob
Branch: improve-docs
Changeset: r63935:65bf645150fe
Date: 2013-05-08 16:06 +0200
http://bitbucket.org/pypy/pypy/changeset/65bf645150fe/

Log:    Fix two refs.

diff --git a/rpython/doc/glossary.rst b/rpython/doc/glossary.rst
--- a/rpython/doc/glossary.rst
+++ b/rpython/doc/glossary.rst
@@ -65,7 +65,7 @@
       until the run-time value is known. See if :doc:`the jit docs 
<jit/index>` help.
 
    RPython
-      :ref:`rpython`, a limited subset of the Python_ language.
+      :doc:`rpython`, a limited subset of the Python_ language.
       The limitations make :term:`type inference` possible.
       It is also the language that the PyPy interpreter itself is written
       in.
diff --git a/rpython/doc/translation.rst b/rpython/doc/translation.rst
--- a/rpython/doc/translation.rst
+++ b/rpython/doc/translation.rst
@@ -85,7 +85,7 @@
 (although these steps are not quite as distinct as you might think from
 this presentation).
 
-There is an :ref:`interactive interface <try out the translator>` called 
:source:`rpython/bin/translatorshell.py` to the
+There is an :ref:`interactive interface <try-out-the-translator>` called 
:source:`rpython/bin/translatorshell.py` to the
 translation process which allows you to interactively work through these
 stages.
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to