This repository contains the ToolMap developper documentation
In order to generate the documentation, install the following:
Multimarkdown: http://fletcherpenney.net/multimarkdown/
LaTeX:
Run the following:
multimarkdown -t latex -b file.markdown
Convert the generated latex to PDF with texi2pdf
Run the following:
multimarkdown -t html -b file.markdown
Install PANDOC : http://johnmacfarlane.net/pandoc
Run the following:
pandoc -t docx -f html -o test.docx file.html