We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74af53d commit 1668c65Copy full SHA for 1668c65
doc/source/api.rst
@@ -2570,7 +2570,6 @@ objects.
2570
api.extensions.register_series_accessor
2571
api.extensions.register_index_accessor
2572
api.extensions.ExtensionDtype
2573
- api.extensions.ExtensionDtype.na_value
2574
api.extensions.ExtensionArray
2575
2576
.. 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
generated/pandas.Series.imag
2606
generated/pandas.Series.real
+
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
0 commit comments