Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 167e1c3

Browse files
committed
Merge pull request #5223 from pganssle/dateutil-url-update
DOC: Update dateutil URL.
1 parent 429d376 commit 167e1c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/glossary/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Glossary
1616

1717

1818
dateutil
19-
The `dateutil <http://labix.org/python-dateutil>`_ library
19+
The `dateutil <https://dateutil.readthedocs.org>`_ library
2020
provides extensions to the standard datetime module
2121

2222
EPS

lib/matplotlib/dates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
locators you create. See `pytz <http://pythonhosted.org/pytz/>`_ for
4141
information on :mod:`pytz` and timezone handling.
4242
43-
The `dateutil module <http://labix.org/python-dateutil>`_ provides
43+
The `dateutil module <https://dateutil.readthedocs.org>`_ provides
4444
additional code to handle date ticking, making it easy to place ticks
4545
on any kinds of dates. See examples below.
4646
@@ -88,7 +88,7 @@
8888
:class:`matplotlib.dates.rrulewrapper`. The
8989
:class:`rrulewrapper` is a simple wrapper around a
9090
:class:`dateutil.rrule` (`dateutil
91-
<http://labix.org/python-dateutil>`_) which allow almost
91+
<https://dateutil.readthedocs.org>`_) which allow almost
9292
arbitrary date tick specifications. See `rrule example
9393
<../examples/pylab_examples/date_demo_rrule.html>`_.
9494

0 commit comments

Comments
 (0)