From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 22D04431FD2 for ; Sat, 22 Feb 2014 16:16:36 -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 4+nIjs8X6fQ4 for ; Sat, 22 Feb 2014 16:16:32 -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 48FEA431FBF for ; Sat, 22 Feb 2014 16:16:32 -0800 (PST) Received: from remotemail by yantan.tethera.net with local (Exim 4.80) (envelope-from ) id 1WHMk8-0003pe-92 for notmuch@notmuchmail.org; Sat, 22 Feb 2014 20:16:28 -0400 Received: (nullmailer pid 19415 invoked by uid 1000); Sun, 23 Feb 2014 00:16:24 -0000 From: David Bremner To: notmuch@notmuchmail.org Subject: v3 of sphinx docs Date: Sat, 22 Feb 2014 20:16:12 -0400 Message-Id: <1393114575-8756-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <87fvo7btu8.fsf@qmul.ac.uk> References: <87fvo7btu8.fsf@qmul.ac.uk> 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: Sun, 23 Feb 2014 00:16:36 -0000 This version includes a complete conversion of the existing manpages. The conversion uses doclifter + custom python code + pandoc. It is pretty much fully automated, so I can rebase against changes to the nroff source if needed. On the other hand, it is fully automated, so there are bound to be a few rough spots. If there are systematic things, I can fix the conversion scripts; one offs can just be added to the series. It does do a much better job of option indentation than the previous version. I think this is reaching the point where if anybody has any strong objections to sphinx (with a fallback to rst2man) for the docs, I'd like to hear them.