From b254e2fa864e77e5c55d518aa493ca64b6e8874b Mon Sep 17 00:00:00 2001 From: jdebacker Date: Fri, 20 Sep 2024 22:54:55 -0400 Subject: [PATCH] update makefile --- Makefile | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 537160da..f6379203 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,15 @@ git-sync: git-pr: @./gitpr $(N) +.PHONY=build-docs +build-docs: + @cd ./docs ; python make_params.py; jb build ./book + +format: + black . -l 79 + linecheck . --fix + pip-package: pip install wheel - python setup.py sdist bdist_wheel + pip install setuptools + python setup.py sdist bdist_wheel \ No newline at end of file