This commit is contained in:
araison 2024-04-28 15:56:13 +02:00
parent 5127ba2a27
commit 1f3ceca220
10 changed files with 407 additions and 0 deletions

15
Makefile Normal file
View file

@ -0,0 +1,15 @@
.PHONY: run update docs help
help:
@python -c "$$PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST)
update:
git pull origin master
docs: ## generate Sphinx HTML documentation, including API docs
./docs/install.sh
run:
python3 test/run_examples.py