File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Glossary
16
16
17
17
18
18
dateutil
19
- The `dateutil <http ://labix. org/python-dateutil >`_ library
19
+ The `dateutil <https ://dateutil.readthedocs. org >`_ library
20
20
provides extensions to the standard datetime module
21
21
22
22
EPS
Original file line number Diff line number Diff line change 40
40
locators you create. See `pytz <http://pythonhosted.org/pytz/>`_ for
41
41
information on :mod:`pytz` and timezone handling.
42
42
43
- The `dateutil module <http ://labix. org/python-dateutil >`_ provides
43
+ The `dateutil module <https ://dateutil.readthedocs. org>`_ provides
44
44
additional code to handle date ticking, making it easy to place ticks
45
45
on any kinds of dates. See examples below.
46
46
88
88
:class:`matplotlib.dates.rrulewrapper`. The
89
89
:class:`rrulewrapper` is a simple wrapper around a
90
90
:class:`dateutil.rrule` (`dateutil
91
- <http ://labix. org/python-dateutil >`_) which allow almost
91
+ <https ://dateutil.readthedocs. org>`_) which allow almost
92
92
arbitrary date tick specifications. See `rrule example
93
93
<../examples/pylab_examples/date_demo_rrule.html>`_.
94
94
You can’t perform that action at this time.
0 commit comments