File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -2570,7 +2570,6 @@ objects.
2570
2570
api.extensions.register_series_accessor
2571
2571
api.extensions.register_index_accessor
2572
2572
api.extensions.ExtensionDtype
2573
- api.extensions.ExtensionDtype.na_value
2574
2573
api.extensions.ExtensionArray
2575
2574
2576
2575
.. This is to prevent warnings in the doc build. We don't want to encourage
@@ -2604,3 +2603,12 @@ objects.
2604
2603
generated/pandas.Series.ix
2605
2604
generated/pandas.Series.imag
2606
2605
generated/pandas.Series.real
2606
+
2607
+
2608
+ .. Can't convince sphinx to generate toctree for this class attribute.
2609
+ .. So we do it manually to avoid a warning
2610
+
2611
+ .. toctree ::
2612
+ :hidden:
2613
+
2614
+ generated/pandas.api.extensions.ExtensionDtype.na_value
You can’t perform that action at this time.
0 commit comments