catala/french_law/python/Makefile
2021-06-24 22:55:27 +02:00

16 lines
238 B
Makefile

SOURCES=catala_runtime.py allocations_familiales.py
dependencies:
pip install -r dependencies.txt
type:
mypy $(SOURCES)
format:
autopep8 --in-place $(SOURCES)
doc:
mkdir -p doc
sphinx-build ./ doc
ln -sf doc/index.html doc.html