- IASBS Theoretical Neuroscience Group toolbox, to analysis the time series, spike trains and graphs in python.
Please look at the documentation.
pip3 install itngsudo python3 setup.py install- to update the documentation:
cd itng/doc
make html # for html files
make latexpdf # for pdf file- to run the test
cd itng/tests/
python3 test*.pygit clone git@github.com:itng/itng_toolbox.git
git remote add origin2 git@github.com:YOUR_USERNAME/itng_toolbox.git
git remote -vgit checkout -b new_branch_name
git add [files added or changed]
git commit -m "message to commit"
git push origin2 new_branch_namethen go to the repository and click on the green button pull request.