Complete brian2 rewrite
This release completes the brian2 rewrite of the brian1 branch.
Release notes
- Brian2 is used instead of Brian1
- General rewrite of exercise code, adding proper documentation
- Rudimentary unit testing of all exercise-related code, and integration of TravisCI for github.
- Pypi and anaconda packages are automatically generated for releases, to ease in-class installation of exercises for students
- All exercises have been moved from pdf's in module directories, to http://neuronaldynamics-exercises.readthedocs.org
- Exercises have been rewritten in rst, and now contain direct links to the autogenerated documentation, making it easier for students to look up the working of functions used in exercises.