https://github.com/NeuralEnsemble/libNeuroML
Raw File
Tip revision: 626ca31cf068e237e6090c18de497cd9d4b71cf5 authored by Padraig Gleeson on 20 December 2017, 14:45:59 UTC
Update to allow use with old parser API, e.g. handleNetwork not handle_network
Tip revision: 626ca31
.gitignore
/neuroml/nml/regenit.sh
/neuroml/nml/generatedsuper.py2
/test3.sh
/test2.sh
/neuroml/nml/nml.py.bak
/neuroml/test/tmpfile
# All the python compiled
*.pyc
*.py~
*.*~
*.*#
*~
*.csv

.project
.pydevproject
*.egg-info
MANIFEST
dist/*
build

#Sphinx built website.
doc/_build

#Padraig ignores..
ideas/padraig/generatedFromV2Schema/build
ideas/padraig/generatedFromV2Schema/*.xml
ideas/padraig/hdf5tests/*.hdf

#hhExample ignores
hhExample/*.xml
hhExample/*.dat

neuroml/examples/*.xml
neuroml/examples/tmp/*.xml
neuroml/examples/tmp/*.nml

neuroml/test/*.h5
*tmp*
*#*
/neuroml/nml/generateds_config2.py
/release
/private/cache
/nb-configuration.xml
back to top