Float64Index and Int64Index have been accessible for a while:

Screenshot from 2023-04-03 12-24-13

Clicking this link is now a 404 (and cross-refrencing it in intersphinx, which is how I found this bug, is also broken):

Screenshot from 2023-04-03 12-25-30

But timedeltaindex still exists:

https://pandas.pydata.org/docs/reference/api/pandas.TimedeltaIndex.html

Were these removed intentionally?

Comment From: asishm-wk

They have been removed with pandas 2.0

See the first item under https://pandas.pydata.org/docs/dev/whatsnew/v2.0.0.html#removal-of-prior-version-deprecations-changes

Comment From: mroeschke

Correct, since pandas 2.0 was released today, Float64Index deprecation has been enforced and removed from the docs.

If you want a link to FloatIndex64 you can reference the 1.5 version of the docs: https://pandas.pydata.org/pandas-docs/version/1.5/reference/api/pandas.Float64Index.html

Closing

Comment From: larsoner

Sorry I missed that, thanks for the quick correction!