This repo holds the official documentation of the DAPLAB, compiled and deployed at the following URL: https://docs.daplab.ch
This documentation is hosted with ❤ by the DAPLAB team.
The current documentation relies havily on Markdown for the syntaxe and Mkdocs for the static generation.
mkdocs compileThis will produce a folder site with the static site inside.
The documentation is hosted on vsccproxy1-brn. Once the the site folder is up-to-date,
you can simply rsync the folder to the proxy server.
rsync -av site/ daplab-wn-12:/var/www/docs.daplab.chA convenient script, generate-docs.sh, is capturing all that. Just launch it to deploy the new version
./publish-doc.sh- https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
- https://pythonhosted.org/Markdown/extensions/
- https://github.com/ocefpaf/python4oceanographers_intro_course/blob/master/mkdocs.yml
- https://github.com/gajus/gitdown (requires running
node /usr/local/bin/gitdown)