Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #80 from psyfood/camilla
Browse files Browse the repository at this point in the history
Add Camilla as author
  • Loading branch information
ArndalAndersen committed Nov 18, 2018
2 parents b81043e + 6417455 commit 1d4a8a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def __getattr__(cls, name):

# General information about the project.
project = u'pyqmix'
copyright = u'2017, Lorenzo Alfine & Richard Höchenberger'
copyright = u'2017, Lorenzo Alfine, Camilla Arndal Andersen, & Richard Höchenberger'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -251,7 +251,7 @@ def __getattr__(cls, name):
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', 'pyqmix.tex', u'pyqmix Documentation',
u'Lorenzo Alfine & Richard Höchenberger', 'manual'),
u'Lorenzo Alfine, Camilla Arndal Andersen, & Richard Höchenberger', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down Expand Up @@ -281,7 +281,7 @@ def __getattr__(cls, name):
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'pyqmix', u'pyqmix Documentation',
[u'Lorenzo Alfine & Richard Höchenberger'], 1)
[u'Lorenzo Alfine, Camilla Arndal Andersen, & Richard Höchenberger'], 1)
]

# If true, show URL addresses after external links.
Expand All @@ -295,7 +295,7 @@ def __getattr__(cls, name):
# dir menu entry, description, category)
texinfo_documents = [
('index', 'pyqmix', u'pyqmix Documentation',
u'Lorenzo Alfine & Richard Höchenberger', 'pyqmix', 'Different helper modules for analysis of psychophysics experiments.',
u'Lorenzo Alfine, Camilla Arndal Andersen, & Richard Höchenberger', 'pyqmix', 'A wrapper for the Cetoni Qmix SDK.',
'Miscellaneous'),
]

Expand Down

0 comments on commit 1d4a8a7

Please sign in to comment.