add note to doc README about using 'make watch'

This commit is contained in:
Pablo Hoffman 2015-05-01 01:39:03 -03:00
parent 4d43b25abf
commit 9ee17fd537
1 changed files with 7 additions and 0 deletions

View File

@ -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