Add September meetup slides

This commit is contained in:
Oliver Davies 2021-09-30 09:00:00 +01:00
parent 7e21321c2f
commit 78e3b999e0
7 changed files with 81 additions and 0 deletions

View file

@ -0,0 +1,14 @@
#!/bin/sh
set -e
docker run --rm \
-v $(pwd):/rst2pdf \
-v $(pwd)/../styles:/rst2pdf/styles \
-v $(pwd)/../images:/rst2pdf/images \
-v $(pwd)/images:/rst2pdf/images2 \
opdavies/rst2pdf \
slides.rst \
-e preprocess \
-b 2 \
-s styles/main.style