stable-baselines3/Makefile

14 lines
130 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-22 16:17:12 +00:00
docs:
cd docs && make html
spelling:
cd docs && make spelling