Author: Manuel Jacob <[email protected]>
Branch: improve-docs
Changeset: r73548:653b6044022b
Date: 2014-09-15 21:12 +0200
http://bitbucket.org/pypy/pypy/changeset/653b6044022b/

Log:    Use :doc: reST role.

diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -126,13 +126,11 @@
 programmer).
 
 Instead, since 2012, there is work going on on a still very experimental
-`Software Transactional Memory`_ (STM) version of PyPy.  This should give
+:doc:`Software Transactional Memory <stm>` (STM) version of PyPy.  This should 
give
 an alternative PyPy which works without a GIL, while at the same time
 continuing to give the Python programmer the complete illusion of having
 one.
 
-.. _`Software Transactional Memory`: stm.html
-
 
 Is PyPy more clever than CPython about Tail Calls?
 --------------------------------------------------
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to