To compile site install Sphinx
`sudo pip install -r requirements.txt`
and then run:
`make html`
The folder source
contains plain old html extracted from
the plain old GGA site. Install or compile
pandoc package
(version >= 1.13) to convert it to rST yourself and then run
`./convert.sh <dest-dir>`