Skip to content

Commit a1cae25

Browse files
jpeacock29Kevin D Smith
authored and
Kevin D Smith
committed
Link to new location for scipy.window documentation (pandas-dev#36540)
* Update link to scipy documentation This documentation has moved on Scipy. Update the link accordingly. * Update computation.rst
1 parent 9f43fb4 commit a1cae25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/source/user_guide/computation.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ The following methods are available:
433433

434434
The weights used in the window are specified by the ``win_type`` keyword.
435435
The list of recognized types are the `scipy.signal window functions
436-
<https://docs.scipy.org/doc/scipy/reference/signal.html#window-functions>`__:
436+
<https://docs.scipy.org/doc/scipy/reference/signal.windows.html#module-scipy.signal.windows>`__:
437437

438438
* ``boxcar``
439439
* ``triang``

pandas/core/window/rolling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,7 @@ class Window(_Window):
940940
941941
If ``win_type=None`` all points are evenly weighted. To learn more about
942942
different window types see `scipy.signal window functions
943-
<https://docs.scipy.org/doc/scipy/reference/signal.html#window-functions>`__.
943+
<https://docs.scipy.org/doc/scipy/reference/signal.windows.html#module-scipy.signal.windows>`__.
944944
945945
Certain window types require additional parameters to be passed. Please see
946946
the third example below on how to add the additional parameters.

0 commit comments

Comments
 (0)