Skip to content

OP2/OP2-Docs

Repository files navigation

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 docs
  • make latexpdf to build the PDF manual
  • make publish to build both and publish in ~/public_html/op2
  • make publish PUBLISHDIR=<dir> to build both and publish in <dir>