Skip to content
Snippets Groups Projects
Commit 0bffaf37 authored by Armin Rigo's avatar Armin Rigo
Browse files

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

parent de1d652d
No related branches found
No related tags found
No related merge requests found
......@@ -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
-----
......
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment