From 6e8162f780706e5f791fe79034839df25d5b6239 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Mon, 5 Oct 2015 14:47:53 -0500
Subject: [PATCH] Doc fixes

---
 doc/make_constants.py    | 19 -------------------
 pyopencl/bitonic_sort.py |  2 +-
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/doc/make_constants.py b/doc/make_constants.py
index da5282dc..bd2acc57 100644
--- a/doc/make_constants.py
+++ b/doc/make_constants.py
@@ -373,25 +373,6 @@ const_ext_lookup = {
             "NEXT_PARITIONNABLE": cl_12,
             },
 
-        cl.device_partition_property_ext: {
-            "EQUALLY": fission,
-            "BY_COUNTS": fission,
-            "BY_NAMES": fission,
-            "BY_AFFINITY_DOMAIN": fission,
-
-            "PROPERTIES_LIST_END": fission,
-            "PARTITION_BY_COUNTS_LIST_END": fission,
-            "PARTITION_BY_NAMES_LIST_END": fission,
-            },
-        cl.affinity_domain_ext: {
-            "L1_CACHE": fission,
-            "L2_CACHE": fission,
-            "L3_CACHE": fission,
-            "L4_CACHE": fission,
-            "NUMA": fission,
-            "NEXT_FISSIONABLE": fission,
-            },
-
         cl.profiling_info: {
             "COMPLETE": cl_20,
             },
diff --git a/pyopencl/bitonic_sort.py b/pyopencl/bitonic_sort.py
index 151174e5..4c13cbaa 100644
--- a/pyopencl/bitonic_sort.py
+++ b/pyopencl/bitonic_sort.py
@@ -60,7 +60,7 @@ class BitonicSort(object):
 
     .. seealso:: :class:`pyopencl.algorithm.RadixSort`
 
-    .. autofunction:: __call__
+    .. automethod:: __call__
     """
 
     kernels_srcs = {
-- 
GitLab