Skip to content

Commit

Permalink
update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lta committed Feb 24, 2022
1 parent ec5c922 commit 122e2da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 10 additions & 2 deletions docs/modules.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
ptwt
====
Pytorch Wavelet Toolbox (`ptwt`)
================================

The Toolbox provides padded fast wavelet transforms
in the `conv_transform` module. The `matmul_transform` module supports boundary wavelets.
The `packet` module supports forward-packets transforms.
The `sparse_math` module provides utility functions for the boundary
wavelet transforms. Finally, the experimental `learnable_wavelets`
module supports gradient descent optimization of wavelet filters
with soft constraints.

.. toctree::
:maxdepth: 4
Expand Down
6 changes: 0 additions & 6 deletions docs/ptwt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,4 @@ ptwt.wavelets\_learnable module
:undoc-members:
:show-inheritance:

Module contents
---------------

.. automodule:: ptwt
:members:
:undoc-members:
:show-inheritance:

0 comments on commit 122e2da

Please sign in to comment.