From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 1C8206DE0C7A for ; Sat, 5 Nov 2016 13:20:24 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: 0.321 X-Spam-Level: X-Spam-Status: No, score=0.321 tagged_above=-999 required=5 tests=[AWL=0.341, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] 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 0F5ZrTsVCdty for ; Sat, 5 Nov 2016 13:20:23 -0700 (PDT) Received: from mail-lf0-f66.google.com (mail-lf0-f66.google.com [209.85.215.66]) by arlo.cworth.org (Postfix) with ESMTPS id 404EA6DE0946 for ; Sat, 5 Nov 2016 13:20:19 -0700 (PDT) Received: by mail-lf0-f66.google.com with SMTP id o141so5361979lff.1 for ; Sat, 05 Nov 2016 13:20:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=QNMoTwxlhBCF/hucLH2/pN7dPy4nKMoLe1IeF+o20xw=; b=H12RzupzYm6hqWp4WssbGRsFaLbDkKiJe4zS1wQKOGnRNpN1AxD/SfGZzBWcCaJZbI RyCVt28xj6AYY4AxwNDwPbq3WHLgzAOAVOb6VtQFl0b70+lRm1rayh2wDhk6WdaPc32e 84n89PHtVGSRTIjqG8G4Q78LiPrsJuAvLMhL1H/zZ93qq6UKl22yuh3cqGlrXtTaf3B+ 94tcgxmRw34BE5C8rvHFEhg1TaUVvUJetDky6+NFWcTny7EsyAt0BEP38pTFRqX7p5D3 Wj/p53bxTwU3N51jpXwql2WELbvRWhg9RcNX6389EXBbf3R+/jNGMXDmP3AQjeZxfqJT cOmg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=QNMoTwxlhBCF/hucLH2/pN7dPy4nKMoLe1IeF+o20xw=; b=bvA+7vUuisQKqRlya2hiP/mWQvsDgkqbS3XdRUI4O9iJ/WKvpQpW5yprCkYeizqzNc M3n3BcZqxkmqp9NKvnXYe1+97lfMYxLrR3PglDnDt+5bUCjNdNgMI85QVc3VhGkdKu46 IGNs6JeezAXfGdMGqM/ZPYzRIVEzfrzbv9DeipudJE9ts/Rc2NkvLs03QqA1JXEhF7lZ G0WQO3CKPheyVkQrLYkQJ0+T7NDS//1np8Uw5CtWfHNhJAZ1Cb8U6NHKC9N1yVpIVcJl XX+AN1joAiSUOBtJJ7g+VAKHuLM9yjwXvhRXkfkvPd0eZJpZgd8DxQoX80A5ldjK/fFi 8GYA== X-Gm-Message-State: ABUngvcM3+96q1+pP1cAaokRHm3ddzl4i+VSkyZbX7ma+37KhAv+QxQ4tGv2Uj9ztQbH/A== X-Received: by 10.25.195.194 with SMTP id t185mr13085855lff.172.1478377217370; Sat, 05 Nov 2016 13:20:17 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c368-70.dhcp.inet.fi. [88.195.104.70]) by smtp.gmail.com with ESMTPSA id l135sm3471063lfg.30.2016.11.05.13.20.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 05 Nov 2016 13:20:16 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 3/9] doc/conf.py: abstract notmuch authors Date: Sat, 5 Nov 2016 22:18:12 +0200 Message-Id: <2004cf8df7d13cef582d22390b1a419160f3d59d.1478376896.git.jani@nikula.org> X-Mailer: git-send-email 2.1.4 In-Reply-To: References: In-Reply-To: References: X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Sat, 05 Nov 2016 20:20:24 -0000 Don't repeat the same stuff so much. We probably don't want to track individual authors for man/texinfo pages anyway. No user visible changes. --- doc/conf.py | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index aa02b9a8bb7b..3cec01451f35 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -52,71 +52,73 @@ htmlhelp_basename = 'notmuchdoc' # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). +notmuch_authors = u'Carl Worth and many others' + man_pages = [ ('man1/notmuch','notmuch', u'thread-based email index, search, and tagging', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man1/notmuch-address','notmuch-address', u'output addresses from matching messages', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man1/notmuch-compact','notmuch-compact', u'compact the notmuch database', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man1/notmuch-config','notmuch-config', u'access notmuch configuration file', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man1/notmuch-count','notmuch-count', u'count messages matching the given search terms', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man1/notmuch-dump','notmuch-dump', u'creates a plain-text dump of the tags of each message', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man1/notmuch-emacs-mua','notmuch-emacs-mua', u'send mail with notmuch and emacs', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man5/notmuch-hooks','notmuch-hooks', u'hooks for notmuch', - [u'Carl Worth and many others'], 5), + [notmuch_authors], 5), ('man1/notmuch-insert','notmuch-insert', u'add a message to the maildir and notmuch database', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man1/notmuch-new','notmuch-new', u'incorporate new mail into the notmuch database', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man1/notmuch-reply','notmuch-reply', u'constructs a reply template for a set of messages', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man1/notmuch-restore','notmuch-restore', u'restores the tags from the given file (see notmuch dump)', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man1/notmuch-search','notmuch-search', u'search for messages matching the given search terms', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man7/notmuch-search-terms','notmuch-search-terms', u'syntax for notmuch queries', - [u'Carl Worth and many others'], 7), + [notmuch_authors], 7), ('man1/notmuch-show','notmuch-show', u'show messages matching the given search terms', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ('man1/notmuch-tag','notmuch-tag', u'add/remove tags for all messages matching the search terms', - [u'Carl Worth and many others'], 1), + [notmuch_authors], 1), ] @@ -133,7 +135,7 @@ texinfo_no_detailmenu = True texinfo_documents = [ ('notmuch-emacs', 'notmuch-emacs', u'notmuch Documentation', - u'Carl Worth and many others', 'notmuch-emacs', + notmuch_authors, 'notmuch-emacs', 'emacs based front-end for notmuch', 'Miscellaneous'), ] -- 2.1.4