[PATCH 1/5] NEWS, python: update pointer to online documentation
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Thu, 2 Jun 2016 16:26:10 +0000 (12:26 +2000)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:56 +0000 (16:21 -0700)
4b/5bcffb851ada8d5dce4285f9e43a63ca03f041 [new file with mode: 0644]

diff --git a/4b/5bcffb851ada8d5dce4285f9e43a63ca03f041 b/4b/5bcffb851ada8d5dce4285f9e43a63ca03f041
new file mode 100644 (file)
index 0000000..09a453c
--- /dev/null
@@ -0,0 +1,99 @@
+Return-Path: <dkg@fifthhorseman.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id B92586DE02C9\r
+ for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 09:26:31 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.022\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.022 tagged_above=-999 required=5\r
+ tests=[AWL=-0.022] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 6LUox2Nj03IM for <notmuch@notmuchmail.org>;\r
+ Thu,  2 Jun 2016 09:26:24 -0700 (PDT)\r
+Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118])\r
+ by arlo.cworth.org (Postfix) with ESMTP id C26576DE00DB\r
+ for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 09:26:15 -0700 (PDT)\r
+Received: from fifthhorseman.net (unknown [38.109.115.130])\r
+ by che.mayfirst.org (Postfix) with ESMTPSA id 62C2DF997\r
+ for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 12:26:15 -0400 (EDT)\r
+Received: by fifthhorseman.net (Postfix, from userid 1000)\r
+ id CEDD520205; Thu,  2 Jun 2016 12:26:14 -0400 (EDT)\r
+From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH 1/5] NEWS, python: update pointer to online documentation\r
+Date: Thu,  2 Jun 2016 12:26:10 -0400\r
+Message-Id: <1464884774-22961-1-git-send-email-dkg@fifthhorseman.net>\r
+X-Mailer: git-send-email 2.8.1\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Thu, 02 Jun 2016 16:26:31 -0000\r
+\r
+Currently, http://packages.python.org/notmuch/ goes through a series\r
+of redirections and ends up pointing to readthedocs.  Since we're\r
+using readthedocs directly anyway, just point to it directly.\r
+\r
+readthedocs are also now sensibly using a separate domain\r
+(readthedocs.io) for their hosted documentation as distinct from their\r
+own domain (readthedocs.org), so use the correct tld.\r
+---\r
+ NEWS                     | 2 +-\r
+ bindings/python/README   | 2 +-\r
+ bindings/python/setup.py | 2 +-\r
+ 3 files changed, 3 insertions(+), 3 deletions(-)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index 90e233b..cb6e21c 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -2361,7 +2361,7 @@ Ruby bindings are now much more complete\r
\r
+ Python bindings have been updated and extended\r
\r
+-  (docs online at http://packages.python.org/notmuch/)\r
++  (docs online at https://notmuch.readthedocs.io/)\r
\r
+   New bindings:\r
\r
+diff --git a/bindings/python/README b/bindings/python/README\r
+index b20ae07..695b5bd 100644\r
+--- a/bindings/python/README\r
++++ b/bindings/python/README\r
+@@ -10,7 +10,7 @@ If you have downloaded the full source tarball, you can create the\r
+ documentation with sphinx installed, go to the docs directory and\r
+ "make html". A static version of the documentation is available at:\r
\r
+-  https://notmuch.readthedocs.org/projects/notmuch-python/\r
++  https://notmuch.readthedocs.io/projects/notmuch-python/\r
\r
+ To build the python bindings, do\r
\r
+diff --git a/bindings/python/setup.py b/bindings/python/setup.py\r
+index f4c338e..ba95d95 100644\r
+--- a/bindings/python/setup.py\r
++++ b/bindings/python/setup.py\r
+@@ -48,7 +48,7 @@ for extremely quick searching and filtering of your email according to\r
+ various criteria.\r
\r
+ The documentation for the latest notmuch release can be `viewed\r
+-online <http://notmuch.readthedocs.org/>`_.\r
++online <https://notmuch.readthedocs.io/>`_.\r
\r
+ Requirements\r
+ ------------\r
+-- \r
+2.8.1\r
+\r