From 9ee17fd537412d9162f55b196da5616054ec9ea5 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 1 May 2015 01:39:03 -0300 Subject: [PATCH] add note to doc README about using 'make watch' --- docs/README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/README b/docs/README index 26cf25371..cf04965ac 100644 --- a/docs/README +++ b/docs/README @@ -48,3 +48,10 @@ To cleanup all generated documentation files and start from scratch run:: Keep in mind that this command won't touch any documentation source files. +Recreating documentation on the fly +----------------------------------- + +There is a way to recreate the doc automatically when you make changes, you +need to install watchdog (``pip install watchdog``) and then use:: + + make watch