Skip to content

Commit 1668c65

Browse files
committed
Fixed no link to na_value
1 parent 74af53d commit 1668c65

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/source/api.rst

+9-1
Original file line numberDiff line numberDiff line change
@@ -2570,7 +2570,6 @@ objects.
25702570
api.extensions.register_series_accessor
25712571
api.extensions.register_index_accessor
25722572
api.extensions.ExtensionDtype
2573-
api.extensions.ExtensionDtype.na_value
25742573
api.extensions.ExtensionArray
25752574

25762575
.. This is to prevent warnings in the doc build. We don't want to encourage
@@ -2604,3 +2603,12 @@ objects.
26042603
generated/pandas.Series.ix
26052604
generated/pandas.Series.imag
26062605
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

0 commit comments

Comments
 (0)