Skip to content

Commit d425bcd

Browse files
DOC: Fix autosummary reference to pandas.CategoricalIndex for Sphinx build
1 parent 9b2bcb2 commit d425bcd

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

doc/source/reference/indexing.rst

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ Numeric Index
179179
.. _api.categoricalindex:
180180

181181
CategoricalIndex
182-
----------------
183182
.. autosummary::
184183
:toctree: api/
185184
:template: autosummary/class_without_autosummary.rst
@@ -191,25 +190,25 @@ Categorical components
191190
.. autosummary::
192191
:toctree: api/
193192

194-
CategoricalIndex.codes
195-
CategoricalIndex.categories
196-
CategoricalIndex.ordered
197-
CategoricalIndex.rename_categories
198-
CategoricalIndex.reorder_categories
199-
CategoricalIndex.add_categories
200-
CategoricalIndex.remove_categories
201-
CategoricalIndex.remove_unused_categories
202-
CategoricalIndex.set_categories
203-
CategoricalIndex.as_ordered
204-
CategoricalIndex.as_unordered
193+
pandas.CategoricalIndex.codes
194+
pandas.CategoricalIndex.categories
195+
pandas.CategoricalIndex.ordered
196+
pandas.CategoricalIndex.rename_categories
197+
pandas.CategoricalIndex.reorder_categories
198+
pandas.CategoricalIndex.add_categories
199+
pandas.CategoricalIndex.remove_categories
200+
pandas.CategoricalIndex.remove_unused_categories
201+
pandas.CategoricalIndex.set_categories
202+
pandas.CategoricalIndex.as_ordered
203+
pandas.CategoricalIndex.as_unordered
205204

206205
Modifying and computations
207206
~~~~~~~~~~~~~~~~~~~~~~~~~~
208207
.. autosummary::
209208
:toctree: api/
210209

211-
CategoricalIndex.map
212-
CategoricalIndex.equals
210+
pandas.CategoricalIndex.map
211+
pandas.CategoricalIndex.equals
213212

214213
.. _api.intervalindex:
215214

0 commit comments

Comments
 (0)