-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 50622a4 🚀
- Loading branch information
Showing
53 changed files
with
4,560 additions
and
1,692 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: e7a187073639b59adaedc05be984cab6 | ||
config: 38638072994b0ca2d39ba86d2b77edff | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
:html_theme.sidebar_secondary.remove: | ||
|
||
************************** | ||
Filter Generator | ||
Filter functions | ||
************************** | ||
.. automodule:: s2wav.filter_factory.filters | ||
.. automodule:: s2wav.filters | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
_sources/api/filter_factory/kernels.rst.txt → _sources/api/transforms/base.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
:html_theme.sidebar_secondary.remove: | ||
|
||
************************** | ||
Wavelet Kernels | ||
Numpy Transforms | ||
************************** | ||
.. automodule:: s2wav.filter_factory.kernels | ||
.. automodule:: s2wav.transforms.base | ||
:members: |
4 changes: 2 additions & 2 deletions
4
_sources/api/filter_factory/tiling.rst.txt → _sources/api/transforms/construct.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
:html_theme.sidebar_secondary.remove: | ||
|
||
************************** | ||
Tiling Functions | ||
Matrice Precomputes | ||
************************** | ||
.. automodule:: s2wav.filter_factory.tiling | ||
.. automodule:: s2wav.transforms.construct | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
_sources/api/transforms/jax_wavelets.rst.txt → _sources/api/transforms/wavelet.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
:html_theme.sidebar_secondary.remove: | ||
|
||
************************** | ||
Transforms (JAX) | ||
JAX Transforms (Recursive) | ||
************************** | ||
.. automodule:: s2wav.transforms.jax_wavelets | ||
.. automodule:: s2wav.transforms.wavelet | ||
:members: |
4 changes: 2 additions & 2 deletions
4
...ces/api/transforms/numpy_wavelets.rst.txt → ...api/transforms/wavelet_precompute.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
:html_theme.sidebar_secondary.remove: | ||
|
||
************************** | ||
Transforms (numpy) | ||
JAX Transforms (Precompute) | ||
************************** | ||
.. automodule:: s2wav.transforms.numpy_wavelets | ||
.. automodule:: s2wav.transforms.wavelet_precompute | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
:html_theme.sidebar_secondary.remove: | ||
|
||
************************** | ||
PyTorch Transforms (Precompute) | ||
************************** | ||
.. automodule:: s2wav.transforms.wavelet_precompute_torch | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.