Skip to content

Commit 666f0b5

Browse files
committed
Update authors list in documentation
1 parent a275f47 commit 666f0b5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
- update doc for installation and configuration
44
- Fix weblogo compatibility
55
- Update conda procedure
6+
- Update authors list in documentation
7+
68

79
**1.3.5**
810
- Update documentation

doc/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
import sys
1616
import os
1717

18-
AUTHORS = [u'Pierre Poulain', u'Jonathan Barnoud',
19-
u'Hubert Santuz', u'Alexandre G. deBrevern']
18+
AUTHORS = [u'Jonathan Barnoud', u'Hubert Santuz',
19+
u'Alexandre G. de Brevern', u'Pierre Poulain']
2020

2121
# If extensions (or modules to document with autodoc) are in another directory,
2222
# add these directories to sys.path here. If the directory is relative to the
@@ -53,7 +53,7 @@
5353

5454
# General information about the project.
5555
project = u'PBxplore'
56-
copyright = u'2015, Pierre Poulain, and Alexandre G. deBrevern'
56+
copyright = u'2017, Jonathan Barnoud, Hubert Santuz, Alexandre G. de Brevern, and Pierre Poulain'
5757

5858
# The version info for the project you're documenting, acts as replacement for
5959
# |version| and |release|, also used in various other places throughout the

0 commit comments

Comments
 (0)