This is the source code for the memo book content. It is licenced under the Creative Commons Attribution-Non Commercial- Share Alike 4.0 license.
All the sources are written in markdown, feel free to export in the format you want.
You can use Pandoc for converting the markdown if many formats.
For example in HTML :
pandoc -f markdown -t html5 src/* -o index.html --highlight-style=pygments -s -V css="styles.css" --toc