Skip to content

Commit 2038776

Browse files
author
apdavison
committed
Added list of authors to docs
git-svn-id: https://neuralensemble.org/svn/neo/branches/neo0.2@339 acbc63fc-6c75-0410-9d68-8fa99cba188a
1 parent 48f6d51 commit 2038776

File tree

5 files changed

+42
-8
lines changed

5 files changed

+42
-8
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
See doc/source/authors.rst

LICENSE.txt

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
Copyright (c) 2010, CNRS, G-Node, Université de Provence
1+
Copyright (c) 2010-2011, Neo authors and contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
55

6-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
6+
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7+
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
88
Neither the names of the copyright holders nor the names of the contributors may be used to endorse or promote products derived from this software without specific prior written permission.
9+
910
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

doc/source/authors.rst

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
========================
2+
Authors and contributors
3+
========================
4+
5+
The following people have contributed code and/or ideas to the current version
6+
of Neo. The institutional affiliations are those at the time of the contribution,
7+
and may not be the current affiliation of a contributor.
8+
9+
* Samuel Garcia [1]
10+
* Andrew Davison [2]
11+
* Chris Rodgers [3]
12+
* Pierre Yger [2]
13+
* Yann Mahnoun [4]
14+
* Luc Estabanez [2]
15+
* Andrey Sobolev [5]
16+
* Thierry Brizzi [2]
17+
* Florent Jaillet [6]
18+
* Philipp Rautenberg [5]
19+
* Thomas Wachtler [5]
20+
21+
1. Laboratoire Neurosciences Sensorielles, Comportement, et Cognition, CNRS UMR 5020 - Université Claude Bernard, Lyon, France
22+
2. Unité de Neuroscience, Information et Complexité, CNRS UPR 3293, Gif-sur-Yvette, France
23+
3. University of California, Berkeley
24+
4. Laboratoire de Neurosciences Intégratives et Adaptatives, CNRS UMR 6149 - Université de Provence, Marseille, France
25+
5. G-Node, Ludwig-Maximilians-Universität, Munich, Germany
26+
6. Institut de Neurosciences Cognitives de la Méditerranée, CNRS UMR 6193 - Université de la Méditerranée, Marseille, France
27+
28+
29+
If I've somehow missed you off the list I'm very sorry - please let us know.

doc/source/conf.py

+6-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313

1414
import sys, os
1515

16+
AUTHORS = u'Neo authors and contributors <[email protected]>'
17+
1618
# If extensions (or modules to document with autodoc) are in another directory,
1719
# add these directories to sys.path here. If the directory is relative to the
1820
# documentation root, use os.path.abspath to make it absolute, like shown here.
@@ -37,8 +39,8 @@
3739
master_doc = 'index'
3840

3941
# General information about the project.
40-
project = u'neo'
41-
copyright = u'2011, S.garcia, A.Davison, P.Rautenberg, A.Sobolev, F.Jaillet, Y.Mahnoun, T.Brizzi, T.Wachtler, L.Estebannez, P.Yger, Yury V. Zaytsev'
42+
project = u'Neo'
43+
copyright = u'2010-2011, ' + AUTHORS
4244

4345
# The version info for the project you're documenting, acts as replacement for
4446
# |version| and |release|, also used in various other places throughout the
@@ -178,8 +180,8 @@
178180
# Grouping the document tree into LaTeX files. List of tuples
179181
# (source start file, target name, title, author, documentclass [howto/manual]).
180182
latex_documents = [
181-
('index', 'neo.tex', u'neo Documentation',
182-
u'S.garcia, A.Davison, P.Rautenberg, A.Sobolev, F.Jaillet, Y.Mahnoun, T.Brizzi, T.Wachtler, L.Estebannez, P.Yger, Yury V. Zaytsev', 'manual'),
183+
('index', 'neo.tex', u'Neo Documentation',
184+
AUTHORS, 'manual'),
183185
]
184186

185187
# The name of an image file (relative to this directory) to place at the top of

doc/source/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Documentation
4040
whatisnew
4141
developers_guide
4242
io_developers_guide
43+
authors
4344

4445
License
4546
-------
@@ -50,7 +51,7 @@ Neo is distributed under a BSD licence.
5051
Contributing
5152
------------
5253

53-
The people behind the project are very open to discussion. Any feedback is
54+
The people behind the project (see :doc:`authors`) are very open to discussion. Any feedback is
5455
gladly received and highly appreciated! Discussion of Neo takes place on the
5556
NeuralEnsemble mailing list::
5657

0 commit comments

Comments
 (0)