diff --git a/README.rst b/README.rst index bc8a29cf66226fb5e5f3a9004f9a9104d50268d8..6e698391a3b8e6d0f14d29f8e33b7a368073b24b 100644 --- a/README.rst +++ b/README.rst @@ -5,6 +5,7 @@ PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms :target: https://gitlab.tiker.net/inducer/pyopencl/commits/master .. image:: https://badge.fury.io/py/pyopencl.png :target: http://pypi.python.org/pypi/pyopencl + (Also: `Travis CI `_ to build binary wheels for releases, see `#264 `_) PyOpenCL lets you access GPUs and other massively parallel compute @@ -27,7 +28,7 @@ spirit of its sister project `PyCUDA ` * Speed. PyOpenCL's base layer is written in C++, so all the niceties above are virtually free. -* Helpful and complete `Documentation `_ +* Helpful and complete `Documentation `__ as well as a `Wiki `_. * Liberal license. PyOpenCL is open-source under the @@ -39,7 +40,7 @@ spirit of its sister project `PyCUDA ` Simple 4-step `install instructions `_ using Conda on Linux and macOS (that also install a working OpenCL implementation!) -can be found in the `documentation `_. +can be found in the `documentation `__. What you'll need if you do *not* want to use the convenient instructions above and instead build from source: @@ -53,7 +54,7 @@ Places on the web related to PyOpenCL: * `Python package index `_ (download releases) -* `Documentation `_ (read how things work) +* `Documentation `__ (read how things work) * `Conda Forge `_ (download binary packages for Linux, macOS, Windows) * `C. Gohlke's Windows binaries `_ (download Windows binaries) * `Github `_ (get latest source code, file bugs)