make header format yaml

This commit is contained in:
2026-04-20 11:24:45 +02:00
parent 0bd5b53092
commit fb96f1bd78
179 changed files with 810 additions and 403 deletions

View File

@@ -1,7 +1,13 @@
---
title: "Python Projects with Makefiles"
tags: [ "tutorial", "system", "makefiles", "graphviz", "python" ]
requires: [ "makefiles" ]
title: Python Projects with Makefiles
tags:
- tutorial
- system
- makefiles
- graphviz
- python
requires:
- makefiles
---
If you have a python script which requires a packages - e.g. `graphviz` - you can automate the setup with a `Makefile`.