[python-dtcwt] 369/497: move backend reference back into API reference chapter
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:06:28 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 71e7c008dfe232d124bef0607ca60a833a0a2633
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date: Fri Feb 7 15:27:07 2014 +0000
move backend reference back into API reference chapter
---
docs/implementations.rst | 28 ----------------------------
docs/reference.rst | 29 +++++++++++++++++++++++++++++
2 files changed, 29 insertions(+), 28 deletions(-)
diff --git a/docs/implementations.rst b/docs/implementations.rst
deleted file mode 100644
index c6f50d2..0000000
--- a/docs/implementations.rst
+++ /dev/null
@@ -1,28 +0,0 @@
-Backend API Reference
-=====================
-
-The following modules provide backend-specific implementations. Usually you
-won't need to import these modules directly; the main API will use an
-appropriate implementation. Occasionally, however, you may want to benchmark
-one implementation against the other.
-
-NumPy
-'''''
-
-.. automodule:: dtcwt.numpy
- :members:
- :inherited-members:
-
-.. automodule:: dtcwt.numpy.lowlevel
- :members:
-
-OpenCL
-''''''
-
-.. automodule:: dtcwt.opencl
- :members:
- :inherited-members:
-
-.. automodule:: dtcwt.opencl.lowlevel
- :members:
-
diff --git a/docs/reference.rst b/docs/reference.rst
index 5acd169..483f835 100644
--- a/docs/reference.rst
+++ b/docs/reference.rst
@@ -45,3 +45,32 @@ Compatibility with MATLAB
.. automodule:: dtcwt.compat
:members:
+
+Backends
+````````
+
+The following modules provide backend-specific implementations. Usually you
+won't need to import these modules directly; the main API will use an
+appropriate implementation. Occasionally, however, you may want to benchmark
+one implementation against the other.
+
+NumPy
+'''''
+
+.. automodule:: dtcwt.numpy
+ :members:
+ :inherited-members:
+
+.. automodule:: dtcwt.numpy.lowlevel
+ :members:
+
+OpenCL
+''''''
+
+.. automodule:: dtcwt.opencl
+ :members:
+ :inherited-members:
+
+.. automodule:: dtcwt.opencl.lowlevel
+ :members:
+
--
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