1.1. Editing / Composing¶
Some helper targets while editing and Composing a book.
1.1.1. autorun¶
When you are iterating over your book, you can run make autorun
.
When you modify a restructured text file, it automatically generates the html page so that you can directly jump to your local browser to see what are the changes.
It’s important to note that it does not support live reload though.
1.1.2. Indentation¶
Run make emacsindent
and it will use emacs to indent files.
If emacs indentation is breaking something, then use \
and then a space as a breaking space to keep things in line.