Skip to content

Commit 32ace13

Browse files
DOC: add str accessor docstring pages to api.rst to avoid warning
1 parent cf40991 commit 32ace13

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/source/api.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ strings and apply several methods to it. These can be acccessed like
611611

612612
..
613613
The following is needed to ensure the generated pages are created with the
614-
correct template (otherwise they would be created in the Series class page)
614+
correct template (otherwise they would be created in the Series/Index class page)
615615
616616
..
617617
.. autosummary::
@@ -621,6 +621,10 @@ strings and apply several methods to it. These can be acccessed like
621621
Series.str
622622
Series.cat
623623
Series.dt
624+
Index.str
625+
CategoricalIndex.str
626+
DatetimeIndex.str
627+
TimedeltaIndex.str
624628

625629

626630
.. _api.categorical:

0 commit comments

Comments
 (0)