Skip to content

Commit 384bc0c

Browse files
authored
Merge pull request #12824 from timhoffm/doc-datestr2num
Add missing datestr2num to docs
2 parents 0f22259 + 58dcaee commit 384bc0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/dates.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
.. autosummary::
2020
:nosignatures:
2121
22+
datestr2num
2223
date2num
2324
num2date
2425
num2timedelta
@@ -155,8 +156,8 @@
155156
import matplotlib.cbook as cbook
156157
import matplotlib.ticker as ticker
157158

158-
__all__ = ('date2num', 'num2date', 'num2timedelta', 'drange', 'epoch2num',
159-
'num2epoch', 'mx2num', 'DateFormatter',
159+
__all__ = ('datestr2num', 'date2num', 'num2date', 'num2timedelta', 'drange',
160+
'epoch2num', 'num2epoch', 'mx2num', 'DateFormatter',
160161
'IndexDateFormatter', 'AutoDateFormatter', 'DateLocator',
161162
'RRuleLocator', 'AutoDateLocator', 'YearLocator',
162163
'MonthLocator', 'WeekdayLocator',

0 commit comments

Comments
 (0)