8000 Update dateutil URL. by pganssle · Pull Request #5223 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Update dateutil URL. #5223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 12, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/glossary/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Glossary


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

EPS
Expand Down
4 changes: 2 additions & 2 deletions lib/matplotlib/dates.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
locators you create. See `pytz <http://pythonhosted.org/pytz/>`_ for
information on :mod:`pytz` and timezone handling.

The `dateutil module <http://labix.org/python-dateutil>`_ provides
The `dateutil module <https://dateutil.readthedocs.org>`_ provides
additional code to handle date ticking, making it easy to place ticks
on any kinds of dates. See examples below.

Expand Down Expand Up @@ -88,7 +88,7 @@
:class:`matplotlib.dates.rrulewrapper`. The
:class:`rrulewrapper` is a simple wrapper around a
:class:`dateutil.rrule` (`dateutil
<http://labix.org/python-dateutil>`_) which allow almost
<https://dateutil.readthedocs.org>`_) which allow almost
arbitrary date tick specifications. See `rrule example
<../examples/pylab_examples/date_demo_rrule.html>`_.

Expand Down
0