Author: Matti Picus <matti.pi...@gmail.com>
Branch: extradoc
Changeset: r897:df872ae704e1
Date: 2017-08-21 13:51 +0300
http://bitbucket.org/pypy/pypy.org/changeset/df872ae704e1/

Log:    remove outdated mention of pypy/numpy, regenerate

diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat.html
@@ -97,7 +97,6 @@
 <li><tt class="docutils literal">cPickle, ctypes, datetime, dbm, _functools, 
grp, readline, resource, sqlite3, syslog</tt></li>
 </ul>
 <p>All modules that are pure python in CPython of course work.</p>
-<p>Numpy support is not complete. We maintain our own fork of numpy for now, 
further instructions can be found at <a class="reference external" 
href="https://bitbucket.org/pypy/numpy.git";>https://bitbucker.org/pypy/numpy.git</a>.</p>
 <p>Python libraries known to work under PyPy (the list is not exhaustive).
 A <a class="reference external" href="http://packages.pypy.org";>fuller 
list</a> is available.</p>
 <ul class="simple">
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -120,8 +120,8 @@
 <div class="section" id="python2-7-compatible-pypy-5-8-0">
 <span id="release"></span><h1>Python2.7 compatible PyPy 5.8.0</h1>
 <ul class="simple">
-<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.8.0-linux32.tar.bz2";>Linux
 x86 binary (32bit, tar.bz2 built on Ubuntu 12.04 - 14.04)</a> (see <tt 
class="docutils literal">[1]</tt> below)</li>
-<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.8.0-linux64.tar.bz2";>Linux
 x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 14.04)</a> (see <tt 
class="docutils literal">[1]</tt> below)</li>
+<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.8.0-linux32.tar.bz2";>Linux
 x86 binary (32bit, tar.bz2 built on Ubuntu 12.04 - 16.04)</a> (see <tt 
class="docutils literal">[1]</tt> below)</li>
+<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.8.0-linux64.tar.bz2";>Linux
 x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 16.04)</a> (see <tt 
class="docutils literal">[1]</tt> below)</li>
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.8.0-linux-armhf-raspbian.tar.bz2";>ARM
 Hardfloat Linux binary (ARMHF/gnueabihf, tar.bz2, Raspbian)</a> (see <tt 
class="docutils literal">[1]</tt> below)</li>
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.8.0-linux-armhf-raring.tar.bz2";>ARM
 Hardfloat Linux binary (ARMHF/gnueabihf, tar.bz2, Ubuntu Raring)</a> (see <tt 
class="docutils literal">[1]</tt> below)</li>
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy2-v5.8.0-linux-armel.tar.bz2";>ARM
 Softfloat Linux binary (ARMEL/gnueabi, tar.bz2,  Ubuntu Precise)</a> (see <tt 
class="docutils literal">[1]</tt> below)</li>
@@ -144,7 +144,7 @@
 PyPy 2.  You are welcome to use it anyway; if you're lucky it will
 be fast in your case.</p>
 <ul class="simple">
-<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v5.8.0-linux64.tar.bz2";>Linux
 x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 14.04)</a> (see <tt 
class="docutils literal">[1]</tt> below)</li>
+<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v5.8.0-linux64.tar.bz2";>Linux
 x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 16.04)</a> (see <tt 
class="docutils literal">[1]</tt> below)</li>
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v5.8.0-src.tar.bz2";>Source
 (tar.bz2)</a></li>
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy3-v5.8.0-src.zip";>Source 
(zip)</a></li>
 <li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads";>All our downloads,</a> 
including previous versions.  We also have a
@@ -166,7 +166,7 @@
 <p>This is a special version of PyPy!  See the <a class="reference external" 
href="http://doc.pypy.org/en/latest/stm.html";>Software Transactional
 Memory</a> (STM) documentation.</p>
 <ul class="simple">
-<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-stm-2.5.1-linux64.tar.bz2";>PyPy-STM
 Linux x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 14.04)</a></li>
+<li><a class="reference external" 
href="https://bitbucket.org/pypy/pypy/downloads/pypy-stm-2.5.1-linux64.tar.bz2";>PyPy-STM
 Linux x86-64 binary (64bit, tar.bz2 built on Ubuntu 12.04 - 16.04)</a></li>
 </ul>
 </div>
 <div class="section" id="other-versions">
diff --git a/source/compat.txt b/source/compat.txt
--- a/source/compat.txt
+++ b/source/compat.txt
@@ -39,10 +39,6 @@
 
 All modules that are pure python in CPython of course work.
 
-Numpy support is not complete. We maintain our own fork of numpy for now, 
further instructions can be found at `https://bitbucker.org/pypy/numpy.git`__.
-
-.. __: https://bitbucket.org/pypy/numpy.git
-
 Python libraries known to work under PyPy (the list is not exhaustive).
 A `fuller list`_ is available.
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to