diff --git a/README.rst b/README.rst index ff21c116af6f7968962aed1c7e53288b48158d84..29ca5526b7e4f495b5762083ec4a14dfab355572 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 `_