stable-baselines3/Makefile

17 lines
160 B
Makefile
Raw Normal View History

SHELL=/bin/bash
pytest:
./scripts/run_tests.sh
2020-01-22 16:17:12 +00:00
type:
pytype
2020-01-28 09:24:02 +00:00
doc:
cd docs && make html
spelling:
cd docs && make spelling
2020-01-28 09:24:02 +00:00
clean:
cd docs && make clean