I noticed we have several functions that don't have pages in our API reference, but are also not private (name doesn't start with _):
I propose we make all these functions private (add a leading underscore to their names). I doubt they get any meaningful amount of use, so I wouldn't bother with a deprecation for any of them.
I noticed we have several functions that don't have pages in our API reference, but are also not private (name doesn't start with
_):solar_position,transit_sunrise_sunset,earthsun_distance, andcalculate_deltatI propose we make all these functions private (add a leading underscore to their names). I doubt they get any meaningful amount of use, so I wouldn't bother with a deprecation for any of them.