mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-16 21:10:08 +00:00
16 lines
160 B
Makefile
16 lines
160 B
Makefile
SHELL=/bin/bash
|
|
|
|
pytest:
|
|
./scripts/run_tests.sh
|
|
|
|
type:
|
|
pytype
|
|
|
|
doc:
|
|
cd docs && make html
|
|
|
|
spelling:
|
|
cd docs && make spelling
|
|
|
|
clean:
|
|
cd docs && make clean
|