From 252fb8d8988b2ef8894b39a500af80b1858183ec Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Thu, 12 Jun 2014 11:49:40 +0100
Subject: [PATCH] Doc index tweaks

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

diff --git a/doc/index.rst b/doc/index.rst
index b95183152..64c1e28c8 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -1,12 +1,6 @@
 Welcome to loopy's documentation!
 =================================
 
-.. note::
-
-  As of May 28, 2014, :mod:`loopy` is release-ready as software, but this
-  documentation is still somewhat of a work in progress. If you're OK with
-  mildly incomplete documentation, please head over to :ref:`installation`.
-
 loopy is a code generator for array-based code in the OpenCL/CUDA execution
 model. Here's a very simple example of how to double the entries of a vector
 using loopy:
@@ -36,6 +30,12 @@ Places on the web related to Loopy
 Table of Contents
 -----------------
 
+If you're only just learning about loopy, consider the following `paper
+<http://arxiv.org/abs/1405.7470>`_ on loo.py that may serve as a good
+introduction.
+
+Please check :ref:`installation` to get started.
+
 .. toctree::
     :maxdepth: 2
 
-- 
GitLab