Neurophysiological Data Workflow
python -m unittest discover -s tests
python -m unittest discover -s tests -p "test_*.py"
sphinx-apidoc -M -E -f -o ./docs ./naflow
sphinx-build ./docs ./docs/_build -a
sphinx-apidoc -M -E -f -o ./docs ./naflow && sphinx-build ./docs ./docs/_build -a