This is a repository of specifications for the OP2 project but the main documentation is on the project page and in the runtime library repository.
To build this you need Sphinx (tested with version 1.0.7 and above) and GNU make.
Run
make html
to build the html docsmake latexpdf
to build the PDF manualmake publish
to build both and publish in~/public_html/op2
make publish PUBLISHDIR=<dir>
to build both and publish in<dir>