From: Daniel Kahn Gillmor Date: Thu, 2 Jun 2016 16:26:10 +0000 (-0400) Subject: NEWS, python: update pointer to online documentation X-Git-Tag: 0.23_rc0~101 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=9b9c265a2585cc808f247340e9cb5a12de8a0da9 NEWS, python: update pointer to online documentation Currently, http://packages.python.org/notmuch/ goes through a series of redirections and ends up pointing to readthedocs. Since we're using readthedocs directly anyway, just point to it directly. readthedocs are also now sensibly using a separate domain (readthedocs.io) for their hosted documentation as distinct from their own domain (readthedocs.org), so use the correct tld. --- diff --git a/NEWS b/NEWS index 90e233bf..cb6e21cd 100644 --- a/NEWS +++ b/NEWS @@ -2361,7 +2361,7 @@ Ruby bindings are now much more complete Python bindings have been updated and extended - (docs online at http://packages.python.org/notmuch/) + (docs online at https://notmuch.readthedocs.io/) New bindings: diff --git a/bindings/python/README b/bindings/python/README index b20ae071..695b5bd2 100644 --- a/bindings/python/README +++ b/bindings/python/README @@ -10,7 +10,7 @@ If you have downloaded the full source tarball, you can create the documentation with sphinx installed, go to the docs directory and "make html". A static version of the documentation is available at: - https://notmuch.readthedocs.org/projects/notmuch-python/ + https://notmuch.readthedocs.io/projects/notmuch-python/ To build the python bindings, do diff --git a/bindings/python/setup.py b/bindings/python/setup.py index f4c338e3..ba95d951 100644 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -48,7 +48,7 @@ for extremely quick searching and filtering of your email according to various criteria. The documentation for the latest notmuch release can be `viewed -online `_. +online `_. Requirements ------------