We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa5251 commit a68ae95Copy full SHA for a68ae95
doc/reference/window.rst
@@ -1,7 +1,9 @@
1
+.. currentmodule:: dpnp
2
+
3
Window functions
4
================
5
-.. https://numpy.org/doc/stable/reference/routines.window.html
6
+.. hint:: `NumPy API Reference: Window functions <https://numpy.org/doc/stable/reference/routines.window.html>`_
7
8
Various windows
9
---------------
@@ -10,8 +12,8 @@ Various windows
10
12
:toctree: generated/
11
13
:nosignatures:
14
- dpnp.bartlett
- dpnp.blackman
15
- dpnp.hamming
16
- dpnp.hanning
17
- dpnp.kaiser
+ bartlett
+ blackman
+ hamming
18
+ hanning
19
+ kaiser
0 commit comments