[pypy-commit] pypy default: fix the PYPYLOG link in rpython doc

loganchien pypy.commits at gmail.com
Sat Oct 7 16:57:02 EDT 2017


Author: Logan Chien <tzuhsiang.chien at gmail.com>
Branch: 
Changeset: r92646:ecd865bf542a
Date: 2017-10-04 22:05 +0800
http://bitbucket.org/pypy/pypy/changeset/ecd865bf542a/

Log:	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