Skip to content

Commit 949cab0

Browse files
committed
Update docs
1 parent e637105 commit 949cab0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Features described in this documentation are classified by release status:
7979
torch.linalg <linalg>
8080
torch.monitor <monitor>
8181
torch.special <special>
82+
torch.signal.windows <signal.windows>
8283
torch.overrides
8384
torch.package <package>
8485
profiler

docs/source/signal.windows.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
:class: hidden-section
33

44
torch.signal.windows
5-
=============
5+
=====================
66

7-
The torch.signal.windows module, modeled after SciPy's `special <https://docs.scipy.org/doc/scipy/reference/signal.windows.html>`_ module.
7+
The torch.signal.windows module, modeled after SciPy's `signal.windows <https://docs.scipy.org/doc/scipy/reference/signal.windows.html>`_ module.
88

99
.. automodule:: torch.signal.windows
1010
.. currentmodule:: torch.signal.windows

docs/source/torch.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ Spectral Ops
475475
hamming_window
476476
hann_window
477477
kaiser_window
478-
cosine_window
479478

480479

481480
Other Operations

0 commit comments

Comments
 (0)