Add README
This commit is contained in:
parent
b2dccb925e
commit
6d17643b19
14
README.rst
Normal file
14
README.rst
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Talks and Presentations by Oliver Davies
|
||||||
|
########################################
|
||||||
|
|
||||||
|
Watching for changes and automatically regenerating
|
||||||
|
===================================================
|
||||||
|
|
||||||
|
The easiest way to do this is using nodemon_::
|
||||||
|
|
||||||
|
nodemon \
|
||||||
|
--watch slides.rst \
|
||||||
|
--watch *.style \
|
||||||
|
--exec 'rst2pdf slides.rst --stylesheets main --break-level 1'
|
||||||
|
|
||||||
|
.. _nodemon: https://nodemon.io
|
Loading…
Reference in a new issue