1 | initial version |
Personally, i like the following combo when organizing tutorials:
.rst
format (same format as Sage documentation and thematic tutorials, and it is pure text, good for versionning)rst2latex
followed by pdflatex
(for printing)rst2ipynb
(for interacting with the computation cells)Regarding edition, i use a text editor (vim), but if you like to see the rendering on the fly, you can use .rst editors like retext
.
I have some dirty bash scripts to automate that (and pass nice rendering options, and convenient headers), do not hesitate to ask if you plan to use that method.