[pypy-commit] pypy default: Merged in loganchien/pypy (pull request #570)

rlamy pypy.commits at gmail.com
Sat Oct 7 16:56:53 EDT 2017


Author: Ronan Lamy <ronan.lamy at gmail.com>
Branch: 
Changeset: r92647:f3b1730b5499
Date: 2017-10-07 20:56 +0000
http://bitbucket.org/pypy/pypy/changeset/f3b1730b5499/

Log:	Merged in loganchien/pypy (pull request #570)

	fix the PYPYLOG link in rpython doc

diff --git a/rpython/doc/jit/optimizer.rst b/rpython/doc/jit/optimizer.rst
--- a/rpython/doc/jit/optimizer.rst
+++ b/rpython/doc/jit/optimizer.rst
@@ -42,10 +42,9 @@
 There are better ways to compute the sum from ``[0..100]``, but it gives a better intuition on how
 traces are constructed than ``sum(range(101))``.
 Note that the trace syntax is the one used in the test suite. It is also very
-similar to traces printed at runtime by PYPYLOG_. The first line gives the input variables, the
-second line is a ``label`` operation, the last one is the backwards ``jump`` operation.
-
-.. _PYPYLOG: logging.html
+similar to traces printed at runtime by :doc:`PYPYLOG <../logging>`. The first
+line gives the input variables, the second line is a ``label`` operation, the
+last one is the backwards ``jump`` operation.
 
 These instructions mentioned earlier are special:
 


More information about the pypy-commit mailing list