File tree 2 files changed +13
-17
lines changed 2 files changed +13
-17
lines changed Original file line number Diff line number Diff line change 76
76
# to ensure that include files (partial pages) aren't built, exclude them
77
77
# https://github.com/sphinx-doc/sphinx/issues/1965#issuecomment-124732907
78
78
"**/includes/**" ,
79
- "**/api/pandas.Series.dt.rst" ,
80
79
]
81
80
try :
82
81
import nbconvert
Original file line number Diff line number Diff line change @@ -273,6 +273,19 @@ pandas provides dtype-specific methods under various accessors.
273
273
These are separate namespaces within :class: `Series ` that only apply
274
274
to specific data types.
275
275
276
+ .. autosummary ::
277
+ :toctree: api/
278
+ :nosignatures:
279
+ :template: autosummary/accessor.rst
280
+
281
+ Series.str
282
+ Series.cat
283
+ Series.dt
284
+ Series.sparse
285
+ DataFrame.sparse
286
+ Index.str
287
+
288
+
276
289
=========================== =================================
277
290
Data Type Accessor
278
291
=========================== =================================
@@ -458,22 +471,6 @@ strings and apply several methods to it. These can be accessed like
458
471
Series.str.isdecimal
459
472
Series.str.get_dummies
460
473
461
- ..
462
- The following is needed to ensure the generated pages are created with the
463
- correct template (otherwise they would be created in the Series/Index class page)
464
-
465
- ..
466
- .. autosummary::
467
- :toctree: api/
468
- :template: autosummary/accessor.rst
469
-
470
- Series.str
471
- Series.cat
472
- Series.dt
473
- Series.sparse
474
- DataFrame.sparse
475
- Index.str
476
-
477
474
.. _api.series.cat :
478
475
479
476
Categorical accessor
You can’t perform that action at this time.
0 commit comments