From e6672a40a252898a332efbabd80279b21f02e205 Mon Sep 17 00:00:00 2001 From: jcheong Date: Fri, 11 Dec 2020 11:18:28 -0500 Subject: [PATCH] update names --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 578518f4..9d921e0e 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ # General information about the project. project = u'FEAT' -copyright = u"2018, Jin Hyun Cheong, Nathaniel Hanes, Luke Chang " +copyright = u"2019, Jin Hyun Cheong, TianKang Xie, Sophie Byrne, Nathaniel Hanes, Luke Chang " # The version info for the project you're documenting, acts as replacement # for |version| and |release|, also used in various other places throughout @@ -218,7 +218,7 @@ latex_documents = [ ('index', 'feat.tex', u'FEAT Documentation', - u'Jin Hyun Cheong, Nathaniel Hanes, Luke Chang ', 'manual'), + u'Jin Hyun Cheong, Sophie Byrne, Nathaniel Hanes, Luke Chang ', 'manual'), ] # The name of an image file (relative to this directory) to place at @@ -249,7 +249,7 @@ man_pages = [ ('index', 'feat', u'FEAT Documentation', - [u'Jin Hyun Cheong, Nathaniel Hanes, Luke Chang '], 1) + [u'Jin Hyun Cheong, Sophie Byrne, Nathaniel Hanes, Luke Chang '], 1) ] # If true, show URL addresses after external links. @@ -264,7 +264,7 @@ texinfo_documents = [ ('index', 'feat', u'FEAT Documentation', - u'Jin Hyun Cheong, Nathaniel Hanes, Luke Chang ', + u'Jin Hyun Cheong, TianKang Xie, Sophie Byrne, Nathaniel Hanes, Luke Chang ', 'feat', 'One line description of project.', 'Miscellaneous'),