mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
chore: lowercase for filenames
This commit is contained in:
committed by
Benoit Chevallier
parent
6b3adc217f
commit
bdb1140bee
4
Makefile
4
Makefile
@@ -311,11 +311,11 @@ todo:
|
||||
|
||||
.PHONY: supported_functions # Update docs with supported functions
|
||||
supported_functions:
|
||||
poetry run python script/doc_utils/gen_supported_ufuncs.py docs/user/howto/NUMPY_SUPPORT.md
|
||||
poetry run python script/doc_utils/gen_supported_ufuncs.py docs/user/howto/numpy_support.md
|
||||
|
||||
.PHONY: check_supported_functions # Check supported functions (for the doc)
|
||||
check_supported_functions:
|
||||
poetry run python script/doc_utils/gen_supported_ufuncs.py docs/user/howto/NUMPY_SUPPORT.md --check
|
||||
poetry run python script/doc_utils/gen_supported_ufuncs.py docs/user/howto/numpy_support.md --check
|
||||
|
||||
.PHONY: licenses # Generate the list of licenses of dependencies
|
||||
licenses:
|
||||
|
||||
Reference in New Issue
Block a user