Skip to content

Commit

Permalink
Revert "DOC: Change core paths to api.typing in URLs (pandas-dev#55626)…
Browse files Browse the repository at this point in the history
…" (pandas-dev#56565)

This reverts commit 5c7d89d.
  • Loading branch information
rhshadrach authored and cbpygit committed Jan 2, 2024
1 parent c9b75bb commit f64085e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions doc/source/reference/groupby.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
=======
GroupBy
=======
.. currentmodule:: pandas.api.typing
.. currentmodule:: pandas.core.groupby

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

NamedAgg

.. currentmodule:: pandas.api.typing
.. currentmodule:: pandas.core.groupby

Function application
--------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/source/reference/resampling.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
==========
Resampling
==========
.. currentmodule:: pandas.api.typing
.. currentmodule:: pandas.core.resample

:class:`pandas.api.typing.Resampler` instances are returned by
resample calls: :func:`pandas.DataFrame.resample`, :func:`pandas.Series.resample`.
Expand Down
8 changes: 4 additions & 4 deletions doc/source/reference/window.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ calls: :func:`pandas.DataFrame.ewm` and :func:`pandas.Series.ewm`.

Rolling window functions
------------------------
.. currentmodule:: pandas.api.typing
.. currentmodule:: pandas.core.window.rolling

.. autosummary::
:toctree: api/
Expand All @@ -44,7 +44,7 @@ Rolling window functions

Weighted window functions
-------------------------
.. currentmodule:: pandas.api.typing
.. currentmodule:: pandas.core.window.rolling

.. autosummary::
:toctree: api/
Expand All @@ -58,7 +58,7 @@ Weighted window functions

Expanding window functions
--------------------------
.. currentmodule:: pandas.api.typing
.. currentmodule:: pandas.core.window.expanding

.. autosummary::
:toctree: api/
Expand All @@ -85,7 +85,7 @@ Expanding window functions

Exponentially-weighted window functions
---------------------------------------
.. currentmodule:: pandas.api.typing
.. currentmodule:: pandas.core.window.ewm

.. autosummary::
:toctree: api/
Expand Down

0 comments on commit f64085e

Please sign in to comment.