From 55ad7f02ec2498d558350035cf073498edb232ef Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Thu, 12 Jun 2014 16:42:21 +0100 Subject: [PATCH] README tweak --- README.rst | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/README.rst b/README.rst index ff21c116a..29ca5526b 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,22 @@ Loopy lets you easily generate the tedious, complicated code that is necessary to get good performance out of GPUs and multi-core CPUs. +---- + +Places on the web related to Loopy: + +* `Python package index `_ (download releases) Note the extra '.' in the PyPI identifier! + + .. image:: https://badge.fury.io/py/loo.py.png + :target: http://pypi.python.org/pypi/loo.py + +* `Documentation `_ (read how things work) +* `Github `_ (get latest source code, file bugs) +* `Wiki `_ (read installation tips, get examples, read FAQ) +* `Homepage `_ + +--- + Loopy's core idea is that a computation should be described simply and then *transformed* into a version that gets high performance. This transformation takes place under user control, from within Python. @@ -30,14 +46,3 @@ Loopy is licensed under the liberal `MIT license and private use. To use Loopy, you just need `pyopencl `_. -Places on the web related to Loopy: - -* `Python package index `_ (download releases) Note the extra '.' in the PyPI identifier! - - .. image:: https://badge.fury.io/py/loo.py.png - :target: http://pypi.python.org/pypi/loo.py - -* `Documentation `_ (read how things work) -* `Github `_ (get latest source code, file bugs) -* `Wiki `_ (read installation tips, get examples, read FAQ) -* `Homepage `_ -- GitLab