File: index.rst

package info (click to toggle)
pywavelets 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,584 kB
  • sloc: ansic: 3,357; python: 1,843; makefile: 143
file content (22 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.. _reg-index:

.. currentmodule:: pywt
.. include:: ../substitutions.rst

Usage examples
==============

The following examples are used as doc-tests regression tests written using reST markup.
They are included in the docummentation since they contain various useful examples
illustrating how to use and how to not use |pywt|.

.. toctree::
   :maxdepth: 1

   wavelet
   modes
   dwt-idwt
   multilevel
   wp
   wp2d
   gotchas