File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,10 @@ DOCS_IMAGE = $(PFX)_docs
1717
1818all : help
1919
20+ mdlint_fix :
21+ @echo " Running markdownlint..."
22+ markdownlint --config .markdownlint.yml --fix .
23+
2024dockerbuild_test :
2125 @echo " Building the test Docker image..."
2226 $(DOCKER_BUILD ) --target $(TEST_DOCKER_TARGET ) --tag $(TEST_IMAGE ) .
4650 @echo " "
4751 @echo " Targets:"
4852 @echo " all - Display this help message"
53+ @echo " mdlint_fix - Run markdownlint with --fix"
4954 @echo " docs - Build and run the docs Docker image"
5055 @echo " docker_test - Build and run the test Docker image"
5156 @echo " "
Original file line number Diff line number Diff line change 11mkdocs == 1.6.1
2- mkdocs-bibtex == 4.2.2
3- mkdocs-include-markdown-plugin == 7.1.4
2+ mkdocs-bibtex == 4.2.3
3+ mkdocs-include-markdown-plugin == 7.1.5
44mkdocs-table-reader-plugin == 3.1.0
5- mkdocs-material == 9.6.7
5+ mkdocs-material == 9.6.9
66mkdocs-material-extensions == 1.3.1
7- mkdocstrings == 0.28.2
8- mkdocstrings-python == 1.16.2
9- mkdocs-print-site-plugin == 2.6.0
10- markdown-exec == 1.10.0
7+ mkdocstrings == 0.29.0
8+ mkdocstrings-python == 1.16.5
9+ mkdocs-print-site-plugin == 2.7.1
10+ markdown-exec == 1.10.1
1111thefuzz == 0.22.1
1212pandas == 2.2.3
1313scikit-learn == 1.6.1
You can’t perform that action at this time.
0 commit comments