From a81002fd7ea14571585f426191d43d56044e4c4a Mon Sep 17 00:00:00 2001 From: SleepProgger <SleepProgger@users.noreply.github.com> Date: Mon, 20 Mar 2017 00:43:30 +0100 Subject: [PATCH] Fixed link to pyopencl-complex.h in docs I hope its okay to send a PR for such a minor thing. --- doc/array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/array.rst b/doc/array.rst index 4f4b7ef6..2be1742f 100644 --- a/doc/array.rst +++ b/doc/array.rst @@ -101,7 +101,7 @@ functions defined on them such as `cfloat_mul(a, b)` or `cdouble_log(z)`. Elementwise kernels automatically include the header if your kernel has complex input or output. See the `source file -<https://github.com/pyopencl/pyopencl/blob/master/src/cl/pyopencl-complex.h>`_ +<https://github.com/pyopencl/pyopencl/blob/master/pyopencl/cl/pyopencl-complex.h>`_ for a precise list of what's available. If you need double precision support, please:: -- GitLab