mirror of https://github.com/mahmoud/boltons.git
add new timeutils to doctests
This commit is contained in:
parent
294344b84f
commit
218685d3c5
|
@ -3,10 +3,12 @@
|
||||||
|
|
||||||
.. automodule:: boltons.timeutils
|
.. automodule:: boltons.timeutils
|
||||||
|
|
||||||
.. autofunction:: total_seconds
|
.. autofunction:: daterange
|
||||||
.. autofunction:: dt_to_timestamp
|
|
||||||
.. autofunction:: isoparse
|
.. autofunction:: isoparse
|
||||||
.. autofunction:: parse_timedelta
|
.. autofunction:: parse_timedelta
|
||||||
|
.. autofunction:: strpdate
|
||||||
|
.. autofunction:: total_seconds
|
||||||
|
.. autofunction:: dt_to_timestamp
|
||||||
|
|
||||||
.. autofunction:: relative_time
|
.. autofunction:: relative_time
|
||||||
.. autofunction:: decimal_relative_time
|
.. autofunction:: decimal_relative_time
|
||||||
|
|
Loading…
Reference in New Issue