Updating
This commit is contained in:
parent
9d4a132b25
commit
bfa06847ca
10 changed files with 412 additions and 0 deletions
16
Makefile
Normal file
16
Makefile
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.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
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue