From 3e7d67e461c4523e2ea6911e28fa1b352fcc0446 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 24 Aug 2009 18:59:16 -0400
Subject: [PATCH] Minor doc/description improvements.

---
 doc/source/index.rst | 7 +++----
 setup.py             | 4 +---
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/doc/source/index.rst b/doc/source/index.rst
index dfa1b46a..ba7ddd27 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -9,9 +9,7 @@ What makes PyOpenCL special?
   often called 
   `RAII <http://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization>`_
   in C++, makes it much easier to write correct, leak- and
-  crash-free code. PyOpenCL knows about dependencies, too, so (for example)
-  it won't detach from a context before all memory allocated in it is also
-  freed.
+  crash-free code.
 
 * Completeness. PyOpenCL puts the full power of OpenCL's API at your
   disposal, if you wish. Every obscure `get_info()` query and 
@@ -76,7 +74,8 @@ Contents
     reference
 
 Note that this guide does not explain OpenCL programming and technology. Please 
-refer to generic OpenCL tutorials for that.
+refer to the official `Khronos OpenCL documentation <http://khronos.org/opencl>`_
+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.
diff --git a/setup.py b/setup.py
index 877767d7..19671085 100644
--- a/setup.py
+++ b/setup.py
@@ -71,9 +71,7 @@ def main():
               called
               `RAII <http://en.wikipedia.org/wiki/Resource_Acquisition_Is_Initialization>`_
               in C++, makes it much easier to write correct, leak- and
-              crash-free code. PyOpenCL knows about dependencies, too, so (for
-              example) it won't detach from a context before all memory
-              allocated in it is also freed.
+              crash-free code.
 
             * Completeness. PyOpenCL puts the full power of OpenCL's API at
               your disposal, if you wish.  Every obscure `get_info()` query and 
-- 
GitLab