Author: Carl Friedrich Bolz <[email protected]> Branch: extradoc Changeset: r804:c8b879eee424 Date: 2016-10-04 10:25 +0200 http://bitbucket.org/pypy/pypy.org/changeset/c8b879eee424/
Log: fix ReST (thanks sanxiyn). :: means 'literal block' diff --git a/download.html b/download.html --- a/download.html +++ b/download.html @@ -106,10 +106,8 @@ that <strong>Linux binaries are only usable on the distributions written next to them</strong> unless you're ready to hack your system by adding symlinks to the libraries it tries to open. There are better solutions:</p> -<pre class="literal-block"> -* use Squeaky's `portable Linux binaries`_. -</pre> <ul class="simple"> +<li>use Squeaky's <a class="reference external" href="https://github.com/squeaky-pl/portable-pypy#portable-pypy-distribution-for-linux">portable Linux binaries</a>.</li> <li>or download PyPy from your release vendor (usually an outdated version): <a class="reference external" href="http://packages.ubuntu.com/search?keywords=pypy&searchon=names">Ubuntu</a> (<a class="reference external" href="https://launchpad.net/~pypy/+archive/ppa">PPA</a>), <a class="reference external" href="http://packages.debian.org/sid/pypy">Debian</a>, <a class="reference external" href="https://github.com/mxcl/homebrew/blob/master/Library/Formula/pypy.rb">Homebrew</a>, MacPorts, <a class="reference external" href="http://fedoraproject.org/wiki/Features/PyPyStack">Fedora</a>, <a class="reference external" href="http://packages.gentoo.org/package/dev-python/pypy">Gentoo</a> and <a class="reference external" href="https://wiki.archlinux.org/index.php/PyPy">Arch</a> are known to package PyPy, with various diff --git a/source/download.txt b/source/download.txt --- a/source/download.txt +++ b/source/download.txt @@ -56,7 +56,7 @@ not be usable due to the sad story of linux binary compatibility. This means that **Linux binaries are only usable on the distributions written next to them** unless you're ready to hack your system by adding symlinks to the -libraries it tries to open. There are better solutions:: +libraries it tries to open. There are better solutions: * use Squeaky's `portable Linux binaries`_. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
