File: developers_guide.txt

package info (click to toggle)
pynn 0.10.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,156 kB
  • sloc: python: 25,612; cpp: 320; makefile: 117; sh: 80
file content (35 lines) | stat: -rw-r--r-- 1,078 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

=================
Developers' guide
=================

This guide contains information about contributing to PyNN development, and aims
to explain the overall architecture and some of the internal details of the
PyNN codebase.

PyNN is open-source software, with a community-based development model:
contributions from users are welcomed, and the direction that PyNN development
should take in the future is determined by the needs of its users.

There are several ways to contribute to PyNN:

 * reporting bugs, errors and other mistakes in the code or documentation;
 * making suggestions for improvements;
 * fixing bugs and other mistakes;
 * adding or maintaining a simulator backend;
 * major refactoring to improve performance, reduce code complexity, or both.
 * becoming a maintainer

The following sections contain guidelines for each of these.

.. toctree::
   :maxdepth: 3

   developers/bug_reports
   developers/contributing
   developers/governance


.. developers/adding_backend

.. _`NeuralEnsemble Google Group`: http://groups.google.com/group/neuralensemble