Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 406 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 406 Bytes

Migration branch

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>`