Find a file
2021-01-28 23:33:44 +00:00
working-with-workspace Add 'Working with Workspace' slides 2021-01-28 23:33:44 +00:00
README.rst Add README 2021-01-02 13:19:54 +00:00

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