Skip to content

Commit db6e2f1

Browse files
DOC: Add cross-links from API reference to user guides for indexing and windowing
1 parent 54c26ec commit db6e2f1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

doc/source/reference/indexing.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
Index objects
77
=============
88

9+
.. note::
10+
11+
Looking for a beginner-friendly introduction? See the :doc:`../user_guide/indexing` user guide for indexing and selecting data.
912
Index
1013
-----
11-
.. currentmodule:: pandas
1214

1315
**Many of these methods or variants thereof are available on the objects
1416
that contain an index (Series/DataFrame) and those should most likely be

doc/source/reference/window.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ Window
88

99
:class:`pandas.api.typing.Rolling` instances are returned by ``.rolling`` calls:
1010
:func:`pandas.DataFrame.rolling` and :func:`pandas.Series.rolling`.
11+
.. note::
12+
13+
Looking for a beginner-friendly introduction? See the :doc:`../user_guide/window` user guide for windowing operations.
1114
:class:`pandas.api.typing.Expanding` instances are returned by ``.expanding`` calls:
1215
:func:`pandas.DataFrame.expanding` and :func:`pandas.Series.expanding`.
1316
:class:`pandas.api.typing.ExponentialMovingWindow` instances are returned by ``.ewm``

0 commit comments

Comments
 (0)