chore: lowercase for filenames

This commit is contained in:
Benoit Chevallier-Mames
2021-12-09 16:25:57 +01:00
committed by Benoit Chevallier
parent 6b3adc217f
commit bdb1140bee
36 changed files with 59 additions and 59 deletions

View File

@@ -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: