We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b8b215 commit 0251eabCopy full SHA for 0251eab
Makefile
@@ -84,4 +84,7 @@ install: clean ## install the package to the active Python's site-packages
84
build-site: docs ## put docs website in a directory
85
cd docs&&mkdocs build
86
cp -rf docs/site/* ../../Pro_Website/Techtonique.github.io/ahead_python
87
- cd ..
+ cd ..
88
+
89
+run-examples: ## run all examples with one command
90
+ find examples -maxdepth 2 -name "*.py" -exec python3 {} \;
0 commit comments