Closed
Description
Documentation Link
https://matplotlib.org/stable/api/dates_api.html
Problem
These two methods have a decent doc-string, but are not in the documentation.
matplotlib/lib/matplotlib/dates.py
Lines 461 to 503 in 7de767e
They were added 2006-08-10
Suggested improvement
Maybe add them to the documentation?
It would make sense to add them towards the end of the page and include those and all functions after the last Locator in a new subsection "Miscellaneous date functions" or something.
Edit: looking at the source, https://github.com/matplotlib/matplotlib/blob/main/doc/api/dates_api.rst it is not really clear why they are not there...