[python-dtcwt] 384/497: fix doc comment :pyfunc:`...` -> :py:func:`...`

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.

commit 175b071165c93be293764967efaad6b690a116e2
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Mon Feb 10 09:13:29 2014 +0000

    fix doc comment :pyfunc:`...` -> :py:func:`...`
---
 dtcwt/opencl/lowlevel.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dtcwt/opencl/lowlevel.py b/dtcwt/opencl/lowlevel.py
index d429b0b..b8e91ec 100644
--- a/dtcwt/opencl/lowlevel.py
+++ b/dtcwt/opencl/lowlevel.py
@@ -230,7 +230,7 @@ def axis_convolve(X, h, axis=0, queue=None, output=None):
 
     After convolution, the :py:class:`pyopencl.array.Array` instance holding the
     device-side output is returned. This may be accessed on the host via
-    :pyfunc:`to_array`.
+    :py:func:`to_array`.
 
     The axis of convolution is specified by *axis*. The default direction of
     convolution is column-wise.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git



More information about the debian-science-commits mailing list