From ceead218bc902fc30365adfe68618d3a4215e19c Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 26 Feb 2019 16:48:24 +0800 Subject: [PATCH] manual: update metadata --- doc/manual/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/conf.py b/doc/manual/conf.py index fceb3d805..1e3539031 100644 --- a/doc/manual/conf.py +++ b/doc/manual/conf.py @@ -238,7 +238,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'ARTIQ.tex', 'ARTIQ Documentation', - 'M-Labs / NIST Ion Storage Group', 'manual'), + 'M-Labs and contributors', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -268,7 +268,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'artiq', 'ARTIQ Documentation', - ['M-Labs / NIST Ion Storage Group'], 1) + ['M-Labs and contributors'], 1) ] # If true, show URL addresses after external links. @@ -282,7 +282,7 @@ man_pages = [ # dir menu entry, description, category) texinfo_documents = [ ('index', 'ARTIQ', 'ARTIQ Documentation', - 'M-Labs / NIST Ion Storage Group', 'ARTIQ', 'One line description of project.', + 'M-Labs and contributors', 'ARTIQ', 'A leading-edge control system for quantum information experiments.', 'Miscellaneous'), ]