Updating
This commit is contained in:
parent
d9a78bdc74
commit
bae00013d3
2 changed files with 17 additions and 0 deletions
0
CONTRIBUTING.md
Normal file
0
CONTRIBUTING.md
Normal file
17
Makefile
Normal file
17
Makefile
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
.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
Reference in a new issue