[python-dtcwt] 355/497: remove reference to dtwavexfm2 in Transform2d documentation

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:25 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 b2e500b6e9fed6fa92d49243b37e9e904c3e24bc
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date:   Fri Feb 7 14:45:09 2014 +0000

    remove reference to dtwavexfm2 in Transform2d documentation
---
 dtcwt/numpy/transform2d.py  | 3 +--
 dtcwt/opencl/transform2d.py | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dtcwt/numpy/transform2d.py b/dtcwt/numpy/transform2d.py
index 8ff2fec..3509c6f 100644
--- a/dtcwt/numpy/transform2d.py
+++ b/dtcwt/numpy/transform2d.py
@@ -43,8 +43,7 @@ class Pyramid(object):
 class Transform2d(object):
     """
     An implementation of the 2D DT-CWT via NumPy. *biort* and *qshift* are the
-    wavelets which parameterise the transform. Valid values are documented in
-    :py:func:`dtcwt.dtwavexfm2`.
+    wavelets which parameterise the transform.
 
     If *biort* or *qshift* are strings, they are used as an argument to the
     :py:func:`dtcwt.coeffs.biort` or :py:func:`dtcwt.coeffs.qshift` functions.
diff --git a/dtcwt/opencl/transform2d.py b/dtcwt/opencl/transform2d.py
index e63d6ae..bf43e26 100644
--- a/dtcwt/opencl/transform2d.py
+++ b/dtcwt/opencl/transform2d.py
@@ -87,8 +87,7 @@ class Pyramid(object):
 class Transform2d(Transform2dNumPy):
     """
     An implementation of the 2D DT-CWT via OpenCL. *biort* and *qshift* are the
-    wavelets which parameterise the transform. Valid values are documented in
-    :py:func:`dtcwt.dtwavexfm2`.
+    wavelets which parameterise the transform.
 
     If *queue* is non-*None* it is an instance of
     :py:class:`pyopencl.CommandQueue` which is used to compile and execute the

-- 
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