catala/french_law/python/Makefile

13 lines
197 B
Makefile
Raw Normal View History

2021-06-24 19:17:54 +03:00
SOURCES=catala_runtime.py allocations_familiales.py
2021-06-21 18:33:29 +03:00
2021-06-21 13:31:46 +03:00
dependencies:
pip install -r dependencies.txt
type:
2021-06-21 18:33:29 +03:00
mypy $(SOURCES)
2021-06-21 17:51:02 +03:00
doc:
mkdir -p doc
sphinx-build ./ doc
ln -sf doc/index.html doc.html