Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id F1722429E3D for ; Tue, 25 Feb 2014 03:53:20 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hHFzK4PhnXoz for ; Tue, 25 Feb 2014 03:53:16 -0800 (PST) Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 45EC4431FD9 for ; Tue, 25 Feb 2014 03:53:16 -0800 (PST) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1WIGZW-0007x4-4W for notmuch@notmuchmail.org; Tue, 25 Feb 2014 07:53:14 -0400 Received: (nullmailer pid 17586 invoked by uid 1000); Tue, 25 Feb 2014 11:53:10 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: Sphinx/docutils conversion v4 Date: Tue, 25 Feb 2014 07:52:58 -0400 Message-Id: <1393329181-17404-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.8.5.3 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 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: Tue, 25 Feb 2014 11:53:21 -0000 I think I got most of the formatting problems in this round. There are a few places where blank lines could be added; for technical reasons I'd prefer to leave that tidying to followup patches. I didn't do anything about python style/portability issues yet, or integrate the new docs completely into the notmuch build system. To test you need sphinx >= v1.0 or rst2man from docutils (not sure of version) % make man # sphinx based, ends up in doc/_build/man % make rst2man # ends up in doc/rst2man Currently the latter ends in a man hierarchy, the former not. Not sure if this matters.