Add some targets
- make help, print some usage help. Default target
- make setup to install requirements using pip (make sure to activate
your virtual environment first)
- make test will run the tests
- make clean, just a dummy for now
Add required tools for testing and code analysis to requirements.txt
Signed-off-by: Michael Moese <mmoese@suse.com>
Add rendering of markdown files stored in the pages directory using
templates in the templates directory.
Signed-off-by: Johannes Thumshirn <jth@kernel.org>