From 90789e7a1a89e3b651c491d4e87f3f0de768fa65 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner <inform@tiker.net> Date: Tue, 9 Jul 2013 01:10:01 -0400 Subject: [PATCH] Doc fixes --- doc/source/misc.rst | 5 ++--- doc/source/runtime.rst | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/source/misc.rst b/doc/source/misc.rst index 39cf7bb5..2f8f2da1 100644 --- a/doc/source/misc.rst +++ b/doc/source/misc.rst @@ -92,11 +92,10 @@ Version 2013.1 `their programming guide <http://developer.amd.com/sdks/AMDAPPSDK/assets/AMD_Accelerated_Parallel_Processing_OpenCL_Programming_Guide.pdf>`_) * Deprecated :func:`pyopencl.tools.register_dtype` in favor of :func:`pyopencl.tools.get_or_register_dtype`. -* Clean up the :class:`pyopencl.array.Array` constructor interface. Deprecate - arrays with :attr:`pyopencl.array.Array.queue` equal to *None*. +* Clean up the :class:`pyopencl.array.Array` constructor interface. * Deprecate :class:`pyopencl.array.DefaultAllocator`. * Deprecate :class:`pyopencl.tools.CLAllocator`. -* Introudce :class:`pyopencl.tools.DeferredAllocator`, :class:`pyopencl.tools.ImmediateAllocator`. +* Introduce :class:`pyopencl.tools.DeferredAllocator`, :class:`pyopencl.tools.ImmediateAllocator`. * Allow arrays whose beginning does not coincide with the beginning of their :attr:`pyopencl.array.Array.data` :class:`pyopencl.Buffer`. See :attr:`pyopencl.array.Array.base_data` and :attr:`pyopencl.array.Array.offset`. diff --git a/doc/source/runtime.rst b/doc/source/runtime.rst index fc34c1f8..aae5b790 100644 --- a/doc/source/runtime.rst +++ b/doc/source/runtime.rst @@ -625,7 +625,7 @@ Programs and Kernels returned by :func:`tempfile.gettempdir`. By setting the environment variable :envvar:`PYOPENCL_NO_CACHE` to any non-empty value, this caching is suppressed. Any options found in the environment variable - :envvar:`PYOPENCL_BUILD_OPTIONS` will be appened to *options*. + :envvar:`PYOPENCL_BUILD_OPTIONS` will be appended to *options*. .. versionchanged:: 2011.1 *options* may now also be a :class:`list` of :class:`str`. -- GitLab