1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .. Elephant documentation master file, created by
- sphinx-quickstart on Thu Aug 22 08:39:42 2013.
- *********************************************
- Elephant - Electrophysiology Analysis Toolkit
- *********************************************
- Synopsis
- --------
-
- *Elephant* is a toolbox for the analysis of electrophysiological data based on the Neo_ framework. This manual covers the installation of Elephant in an existing Python environment, several tutorials to help get you started, information on the structure and conventions of the library, a list of modules, and help for future contributors to Elephant.
-
- Table of Contents
- -----------------
- .. toctree::
- :maxdepth: 1
- overview
- install
- tutorial
- modules
- developers_guide
- authors
- release_notes
-
- .. Indices and tables
- .. ==================
- .. * :ref:`genindex`
- .. * :ref:`modindex`
- .. * :ref:`search`
- .. _`Neo`: https://github.com/NeuralEnsemble/python-neo
- .. |date| date::
- .. |time| date:: %H:%M
|