From e367cff7b734af23ce239248da0d9c23fe46012c Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sun, 16 Feb 2014 16:05:22 -0600
Subject: [PATCH] Shift list of enhancing software further up

---
 doc/index.rst | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/doc/index.rst b/doc/index.rst
index aea804ea..56ee8ead 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -35,6 +35,19 @@ Here's an example, to give you an impression:
 :download:`examples/demo.py <../examples/demo.py>` in the PyOpenCL
 source distribution.)
 
+Software that works with or enhances PyOpenCL
+=============================================
+
+* Bogdan Opanchuk's `reikna <http://pypi.python.org/pypi/reikna>`_ offers a
+  variety of GPU-based algorithms (FFT, random number generation, matrix
+  multiplication) designed to work with :class:`pyopencl.array.Array` objects.
+
+* Gregor Thalhammer's `gpyfft <https://github.com/geggo/gpyfft>`_ provides a
+  Python wrapper for the OpenCL FFT library clFFT from AMD.
+
+If you know of a piece of software you feel that should be on this list, please
+let me know, or, even better, send a patch!
+
 Tutorials
 =========
 
@@ -81,19 +94,6 @@ for that.
 PyOpenCL also has its own `web site <http://mathema.tician.de/software/pyopencl>`_,
 where you can find updates, new versions, documentation, and support.
 
-Software that works with or enhances PyOpenCL
-=============================================
-
-* Bogdan Opanchuk's `reikna <http://pypi.python.org/pypi/reikna>`_ offers a
-  variety of GPU-based algorithms (FFT, random number generation, matrix
-  multiplication) designed to work with :class:`pyopencl.array.Array` objects.
-
-* Gregor Thalhammer's `gpyfft <https://github.com/geggo/gpyfft>`_ provides a
-  Python wrapper for the OpenCL FFT library clFFT from AMD.
-
-If you know of a piece of software you feel that should be on this list, please
-let me know, or, even better, send a patch!
-
 Indices and tables
 ==================
 
-- 
GitLab