Sphinx autodocumentation

go to directory ~/Documents/GitHub/excitability/docs

generate documentations

sphinx-apidoc

clean and generate rst files

rm source/generated/*
sphinx-apidoc -o source/generated ../src -f --implicit-namespaces -e -H Modules -d 3

run sphinx-build to create html files

make clean; make html