[pypy-commit] pypy improve-docs: Use :doc: reST role.

mjacob noreply at buildbot.pypy.org
Mon Sep 15 21:14:14 CEST 2014


Author: Manuel Jacob <me at manueljacob.de>
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?
 --------------------------------------------------


More information about the pypy-commit mailing list