Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id B92586DE02C9 for ; Thu, 2 Jun 2016 09:26:31 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.022 X-Spam-Level: X-Spam-Status: No, score=-0.022 tagged_above=-999 required=5 tests=[AWL=-0.022] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6LUox2Nj03IM for ; Thu, 2 Jun 2016 09:26:24 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTP id C26576DE00DB for ; Thu, 2 Jun 2016 09:26:15 -0700 (PDT) Received: from fifthhorseman.net (unknown [38.109.115.130]) by che.mayfirst.org (Postfix) with ESMTPSA id 62C2DF997 for ; Thu, 2 Jun 2016 12:26:15 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id CEDD520205; Thu, 2 Jun 2016 12:26:14 -0400 (EDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH 1/5] NEWS, python: update pointer to online documentation Date: Thu, 2 Jun 2016 12:26:10 -0400 Message-Id: <1464884774-22961-1-git-send-email-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.8.1 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jun 2016 16:26:31 -0000 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. --- NEWS | 2 +- bindings/python/README | 2 +- bindings/python/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 90e233b..cb6e21c 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 b20ae07..695b5bd 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 f4c338e..ba95d95 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 ------------ -- 2.8.1