Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 657 Bytes

README.rst

File metadata and controls

16 lines (12 loc) · 657 Bytes

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>