Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Change core paths to api.typing in URLs #55626

Merged
merged 1 commit into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.core.groupby
.. currentmodule:: pandas.api.typing

: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.core.groupby
.. currentmodule:: pandas.api.typing

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.core.resample
.. currentmodule:: pandas.api.typing

: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.core.window.rolling
.. currentmodule:: pandas.api.typing

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

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

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

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

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

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

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