[pypy-svn] pypy.org extradoc: Regen.

arigo commits-noreply at bitbucket.org
Sun May 1 19:29:58 CEST 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r191:e2520775a053
Date: 2011-05-01 19:29 +0200
http://bitbucket.org/pypy/pypy.org/changeset/e2520775a053/

Log:	Regen.

diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat.html
@@ -99,7 +99,7 @@
 <p>won't work.</p>
 </li>
 </ul>
-<p>A more complete list is available at <a class="reference external" href="http://readthedocs.org/docs/pypy/en/latest/cpython_differences.html">our dev site</a>.</p>
+<p>A more complete list is available at <a class="reference external" href="http://pypy.readthedocs.org/en/latest/cpython_differences.html">our dev site</a>.</p>
 </div>
 <div id="sidebar">
 <ul>

diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -123,7 +123,7 @@
 hg clone http://bitbucket.org/pypy/pypy
 </pre>
 </li>
-<li><p class="first">Make sure you installed the dependencies.  See the list <a class="reference external" href="http://readthedocs.org/docs/pypy/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter">here</a>.</p>
+<li><p class="first">Make sure you installed the dependencies.  See the list <a class="reference external" href="http://pypy.readthedocs.org/en/latest/getting-started-python.html#translating-the-pypy-python-interpreter">here</a>.</p>
 </li>
 <li><p class="first">Enter the <tt class="docutils literal">goal</tt> directory:</p>
 <pre class="literal-block">
@@ -157,7 +157,7 @@
 is delicate.  It requires using either MSVC or gcc with no particularly
 fancy options.  It does not work e.g. with clang, or if you pass uncommon
 options with the <tt class="docutils literal">CFLAGS</tt> environment variable.  You can also try to
-compile PyPy with the <a class="reference external" href="http://readthedocs.org/docs/pypy/en/latest/config/translation.gcrootfinder.html">shadow stack</a> option.</li>
+compile PyPy with the <a class="reference external" href="http://pypy.readthedocs.org/en/latest/config/translation.gcrootfinder.html">shadow stack</a> option.</li>
 </ul>
 </div>
 <div class="section" id="checksums">

diff --git a/features.html b/features.html
--- a/features.html
+++ b/features.html
@@ -85,7 +85,7 @@
 filesystem.  You don't have to put <tt class="docutils literal">untrusted.py</tt> in the real <tt class="docutils literal">/tmp</tt>
 directory at all.</p>
 <p>To read more about its features, try <tt class="docutils literal">pypy_interact.py <span class="pre">--help</span></tt> or go to
-<a class="reference external" href="http://readthedocs.org/docs/pypy/en/latest/sandbox.html">our documentation site</a>.</p>
+<a class="reference external" href="http://pypy.readthedocs.org/en/latest/sandbox.html">our documentation site</a>.</p>
 </div>
 <div class="section" id="stackless">
 <h1>Stackless</h1>


More information about the Pypy-commit mailing list