@@ -144,6 +144,7 @@ If the data are tz-aware, then every value in the array must have the same timez
144144
145145.. autosummary ::
146146 :toctree: api/
147+ :template: autosummary/class_without_autosummary.rst
147148
148149 arrays.DatetimeArray
149150
@@ -204,6 +205,7 @@ A collection of timedeltas may be stored in a :class:`TimedeltaArray`.
204205
205206.. autosummary ::
206207 :toctree: api/
208+ :template: autosummary/class_without_autosummary.rst
207209
208210 arrays.TimedeltaArray
209211
@@ -263,6 +265,7 @@ Every period in a ``PeriodArray`` must have the same ``freq``.
263265
264266.. autosummary ::
265267 :toctree: api/
268+ :template: autosummary/class_without_autosummary.rst
266269
267270 arrays.PeriodArray
268271
@@ -304,6 +307,7 @@ A collection of intervals may be stored in an :class:`arrays.IntervalArray`.
304307
305308.. autosummary ::
306309 :toctree: api/
310+ :template: autosummary/class_without_autosummary.rst
307311
308312 arrays.IntervalArray
309313
@@ -313,6 +317,29 @@ A collection of intervals may be stored in an :class:`arrays.IntervalArray`.
313317
314318 IntervalDtype
315319
320+
321+ .. Those attributes and methods are included in the API because the docstrings
322+ .. of IntervalIndex and IntervalArray are shared. Including it here to make
323+ .. sure a docstring page is built for them to avoid warnings
324+
325+ ..
326+ .. autosummary::
327+ :toctree: api/
328+
329+ arrays.IntervalArray.left
330+ arrays.IntervalArray.right
331+ arrays.IntervalArray.closed
332+ arrays.IntervalArray.mid
333+ arrays.IntervalArray.length
334+ arrays.IntervalArray.is_non_overlapping_monotonic
335+ arrays.IntervalArray.from_arrays
336+ arrays.IntervalArray.from_tuples
337+ arrays.IntervalArray.from_breaks
338+ arrays.IntervalArray.overlaps
339+ arrays.IntervalArray.set_closed
340+ arrays.IntervalArray.to_tuples
341+
342+
316343.. _api.arrays.integer_na :
317344
318345Nullable Integer
@@ -323,6 +350,7 @@ Pandas provides this through :class:`arrays.IntegerArray`.
323350
324351.. autosummary ::
325352 :toctree: api/
353+ :template: autosummary/class_without_autosummary.rst
326354
327355 arrays.IntegerArray
328356
@@ -414,6 +442,7 @@ be stored efficiently as a :class:`SparseArray`.
414442
415443.. autosummary ::
416444 :toctree: api/
445+ :template: autosummary/class_without_autosummary.rst
417446
418447 SparseArray
419448
0 commit comments