We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9db8b commit 4aca053Copy full SHA for 4aca053
doc/index.rst
@@ -97,7 +97,7 @@ pynapple: python neural analysis package
97
.. image:: _static/example_thumbs/tuningcurves.svg
98
:class: dark-light
99
100
- .. grid-item-card:: Wavelets
+ .. grid-item-card:: Spectrogram
101
:text-align: center
102
:link: ./user_guide/11_wavelets.html
103
doc/user_guide/11_wavelets.md
@@ -11,8 +11,8 @@ kernelspec:
11
name: python3
12
---
13
14
-Wavelet Transform
15
-=================
+Spectrogram
+===========
16
17
This tutorial covers the use of `nap.compute_wavelet_transform` to do continuous wavelet transform. By default, pynapple uses Morlet wavelets.
18
0 commit comments