From 7f07d5b22e6dee63e169e413c370567458813c9b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Wed, 27 Nov 2013 14:44:20 -0600 Subject: [PATCH] README tweaks --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 0b1b9528..33e52774 100644 --- a/README.rst +++ b/README.rst @@ -32,13 +32,13 @@ To use PyOpenCL, you just need `numpy <http://numpy.org>`_ and an OpenCL implementation. (See this `howto <http://wiki.tiker.net/OpenCLHowTo>`_ for how to get one.) -Web resources for PyOpenCL: +Places on the web related to PyOpenCL: -* Python package index (download releases) +* `Python package index <http://pypi.python.org/pypi/pyopencl>`_ (download releases) .. image:: https://badge.fury.io/py/pyopencl.png :target: http://pypi.python.org/pypi/pyopencl * `C. Gohlke's Windows binaries <http://www.lfd.uci.edu/~gohlke/pythonlibs/#pyopencl>`_ (download Windows binaries) * `Github <http://github.com/pyopencl/pyopencl>`_ (get latest source code, file bugs) -* `Documetnation <http://documen.tician.de>`_ (get latest source code, file bugs) -* `Wiki <http://wiki.tiker.net/PyOpenCL>`_ (get latest source code, file bugs) +* `Documentation <http://documen.tician.de>`_ (read how things work) +* `Wiki <http://wiki.tiker.net/PyOpenCL>`_ (read installation tips, get examples, read FAQ) -- GitLab