Skip to content

Commit 1525651

Browse files
authored
Revert "DOC: Change core paths to api.typing in URLs (#55626)"
This reverts commit 5c7d89d.
1 parent 4ec987b commit 1525651

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

doc/source/reference/groupby.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
=======
66
GroupBy
77
=======
8-
.. currentmodule:: pandas.api.typing
8+
.. currentmodule:: pandas.core.groupby
99

1010
:class:`pandas.api.typing.DataFrameGroupBy` and :class:`pandas.api.typing.SeriesGroupBy`
1111
instances are returned by groupby calls :func:`pandas.DataFrame.groupby` and
@@ -40,7 +40,7 @@ Function application helper
4040

4141
NamedAgg
4242

43-
.. currentmodule:: pandas.api.typing
43+
.. currentmodule:: pandas.core.groupby
4444

4545
Function application
4646
--------------------

doc/source/reference/resampling.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
==========
66
Resampling
77
==========
8-
.. currentmodule:: pandas.api.typing
8+
.. currentmodule:: pandas.core.resample
99

1010
:class:`pandas.api.typing.Resampler` instances are returned by
1111
resample calls: :func:`pandas.DataFrame.resample`, :func:`pandas.Series.resample`.

doc/source/reference/window.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ calls: :func:`pandas.DataFrame.ewm` and :func:`pandas.Series.ewm`.
1717

1818
Rolling window functions
1919
------------------------
20-
.. currentmodule:: pandas.api.typing
20+
.. currentmodule:: pandas.core.window.rolling
2121

2222
.. autosummary::
2323
:toctree: api/
@@ -44,7 +44,7 @@ Rolling window functions
4444

4545
Weighted window functions
4646
-------------------------
47-
.. currentmodule:: pandas.api.typing
47+
.. currentmodule:: pandas.core.window.rolling
4848

4949
.. autosummary::
5050
:toctree: api/
@@ -58,7 +58,7 @@ Weighted window functions
5858

5959
Expanding window functions
6060
--------------------------
61-
.. currentmodule:: pandas.api.typing
61+
.. currentmodule:: pandas.core.window.expanding
6262

6363
.. autosummary::
6464
:toctree: api/
@@ -85,7 +85,7 @@ Expanding window functions
8585

8686
Exponentially-weighted window functions
8787
---------------------------------------
88-
.. currentmodule:: pandas.api.typing
88+
.. currentmodule:: pandas.core.window.ewm
8989

9090
.. autosummary::
9191
:toctree: api/

0 commit comments

Comments
 (0)