-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://neuralensemble.org/svn/neo/branches/neo0.2@339 acbc63fc-6c75-0410-9d68-8fa99cba188a
- Loading branch information
apdavison
committed
Sep 23, 2011
1 parent
48f6d51
commit 2038776
Showing
5 changed files
with
42 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
See doc/source/authors.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
Copyright (c) 2010, CNRS, G-Node, Université de Provence | ||
Copyright (c) 2010-2011, Neo authors and contributors | ||
All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
|
||
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
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. | ||
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
* 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. | ||
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. | ||
|
||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
======================== | ||
Authors and contributors | ||
======================== | ||
|
||
The following people have contributed code and/or ideas to the current version | ||
of Neo. The institutional affiliations are those at the time of the contribution, | ||
and may not be the current affiliation of a contributor. | ||
|
||
* Samuel Garcia [1] | ||
* Andrew Davison [2] | ||
* Chris Rodgers [3] | ||
* Pierre Yger [2] | ||
* Yann Mahnoun [4] | ||
* Luc Estabanez [2] | ||
* Andrey Sobolev [5] | ||
* Thierry Brizzi [2] | ||
* Florent Jaillet [6] | ||
* Philipp Rautenberg [5] | ||
* Thomas Wachtler [5] | ||
|
||
1. Laboratoire Neurosciences Sensorielles, Comportement, et Cognition, CNRS UMR 5020 - Université Claude Bernard, Lyon, France | ||
2. Unité de Neuroscience, Information et Complexité, CNRS UPR 3293, Gif-sur-Yvette, France | ||
3. University of California, Berkeley | ||
4. Laboratoire de Neurosciences Intégratives et Adaptatives, CNRS UMR 6149 - Université de Provence, Marseille, France | ||
5. G-Node, Ludwig-Maximilians-Universität, Munich, Germany | ||
6. Institut de Neurosciences Cognitives de la Méditerranée, CNRS UMR 6193 - Université de la Méditerranée, Marseille, France | ||
|
||
|
||
If I've somehow missed you off the list I'm very sorry - please let us know. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ | |
|
||
import sys, os | ||
|
||
AUTHORS = u'Neo authors and contributors <[email protected]>' | ||
|
||
# If extensions (or modules to document with autodoc) are in another directory, | ||
# add these directories to sys.path here. If the directory is relative to the | ||
# documentation root, use os.path.abspath to make it absolute, like shown here. | ||
|
@@ -37,8 +39,8 @@ | |
master_doc = 'index' | ||
|
||
# General information about the project. | ||
project = u'neo' | ||
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' | ||
project = u'Neo' | ||
copyright = u'2010-2011, ' + AUTHORS | ||
|
||
# The version info for the project you're documenting, acts as replacement for | ||
# |version| and |release|, also used in various other places throughout the | ||
|
@@ -178,8 +180,8 @@ | |
# Grouping the document tree into LaTeX files. List of tuples | ||
# (source start file, target name, title, author, documentclass [howto/manual]). | ||
latex_documents = [ | ||
('index', 'neo.tex', u'neo Documentation', | ||
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'), | ||
('index', 'neo.tex', u'Neo Documentation', | ||
AUTHORS, 'manual'), | ||
] | ||
|
||
# The name of an image file (relative to this directory) to place at the top of | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters