[pypy-commit] pypy.org extradoc: Update with a link to the documentation -- so far only in transaction.py.

arigo noreply at buildbot.pypy.org
Mon Apr 2 16:11:20 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r351:0bffaf37ab63
Date: 2012-04-02 16:11 +0200
http://bitbucket.org/pypy/pypy.org/changeset/0bffaf37ab63/

Log:	Update with a link to the documentation -- so far only in
	transaction.py.

diff --git a/source/tmdonate.txt b/source/tmdonate.txt
--- a/source/tmdonate.txt
+++ b/source/tmdonate.txt
@@ -189,6 +189,10 @@
 detail once they are known).  But the point is that your program is
 always correct.
 
+See some `concrete example`__ of the API.
+
+.. __: https://bitbucket.org/pypy/pypy/raw/stm-gc/lib_pypy/transaction.py
+
 
 Speed
 -----
diff --git a/tmdonate.html b/tmdonate.html
--- a/tmdonate.html
+++ b/tmdonate.html
@@ -183,6 +183,7 @@
 transactions into several parts; the exact rules will be published in
 detail once they are known).  But the point is that your program is
 always correct.</p>
+<p>See some <a class="reference external" href="https://bitbucket.org/pypy/pypy/raw/stm-gc/lib_pypy/transaction.py">concrete example</a> of the API.</p>
 </div>
 <div class="section" id="speed">
 <h2>Speed</h2>


More information about the pypy-commit mailing list