Revision 1db699a883f8622eb80bde4aac9f26cdad121170 authored by Julien Vitay on 12 June 2014, 06:41:08 UTC, committed by Julien Vitay on 12 June 2014, 06:41:08 UTC
2 parent s 2226558 + 9dd40e2
Raw File
index.rst
:tocdepth: 4

Documentation for ANNarchy 
===========================

ANNarchy (Artificial Neural Networks architect) is a neural simulator designed for distributed rate-coded or spiking neural networks. The core of the library is written in C++ and distributed using openMP. It provides an interface in Python for the definition of the networks. It is released under the `GNU GPL v2 or later <http://www.gnu.org/licenses/gpl.html>`_.

The source code of ANNarchy can be downloaded at:

`http://bitbucket.org/annarchy/annarchy <http://bitbucket.org/annarchy/annarchy>`_
    
The documentation can be found online at:

`http://annarchy.readthedocs.org <http://annarchy.readthedocs.org>`_


Any comment, bug report, problem, suggestion for improvement should be done through the `Issue Tracker <https://bitbucket.org/annarchy/annarchy/issues>`_ of ANNarchy on `Bitbucket <http://bitbucket.org>`_. You will need to create a free account.


.. toctree::
    :maxdepth: 3
    :numbered:

    Introduction.rst
    Manual.rst
    API.rst
    Example.rst

back to top