Skip to content

Commit 347b616

Browse files
DOC: add str accessor docstring pages to api.rst to avoid warning
1 parent 8c42834 commit 347b616

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
@@ -603,7 +603,7 @@ strings and apply several methods to it. These can be acccessed like
603603

604604
..
605605
The following is needed to ensure the generated pages are created with the
606-
correct template (otherwise they would be created in the Series class page)
606+
correct template (otherwise they would be created in the Series/Index class page)
607607
608608
..
609609
.. autosummary::
@@ -613,6 +613,10 @@ strings and apply several methods to it. These can be acccessed like
613613
Series.str
614614
Series.cat
615615
Series.dt
616+
Index.str
617+
CategoricalIndex.str
618+
DatetimeIndex.str
619+
TimedeltaIndex.str
616620

617621

618622
.. _api.categorical:

0 commit comments

Comments
 (0)