@@ -144,6 +144,7 @@ If the data are tz-aware, then every value in the array must have the same timez
144
144
145
145
.. autosummary ::
146
146
:toctree: api/
147
+ :template: autosummary/class_without_autosummary.rst
147
148
148
149
arrays.DatetimeArray
149
150
@@ -204,6 +205,7 @@ A collection of timedeltas may be stored in a :class:`TimedeltaArray`.
204
205
205
206
.. autosummary ::
206
207
:toctree: api/
208
+ :template: autosummary/class_without_autosummary.rst
207
209
208
210
arrays.TimedeltaArray
209
211
@@ -263,6 +265,7 @@ Every period in a ``PeriodArray`` must have the same ``freq``.
263
265
264
266
.. autosummary ::
265
267
:toctree: api/
268
+ :template: autosummary/class_without_autosummary.rst
266
269
267
270
arrays.PeriodArray
268
271
@@ -304,6 +307,7 @@ A collection of intervals may be stored in an :class:`arrays.IntervalArray`.
304
307
305
308
.. autosummary ::
306
309
:toctree: api/
310
+ :template: autosummary/class_without_autosummary.rst
307
311
308
312
arrays.IntervalArray
309
313
@@ -313,6 +317,29 @@ A collection of intervals may be stored in an :class:`arrays.IntervalArray`.
313
317
314
318
IntervalDtype
315
319
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
+
316
343
.. _api.arrays.integer_na :
317
344
318
345
Nullable Integer
@@ -323,6 +350,7 @@ Pandas provides this through :class:`arrays.IntegerArray`.
323
350
324
351
.. autosummary ::
325
352
:toctree: api/
353
+ :template: autosummary/class_without_autosummary.rst
326
354
327
355
arrays.IntegerArray
328
356
@@ -414,6 +442,7 @@ be stored efficiently as a :class:`SparseArray`.
414
442
415
443
.. autosummary ::
416
444
:toctree: api/
445
+ :template: autosummary/class_without_autosummary.rst
417
446
418
447
SparseArray
419
448
0 commit comments