Skip to content

OPMDG/opm-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPM Documentation

This repository is the source of the the official documentation.

Compile the documentation

The documentation is written using Sphinx, using reStructuredText format.

In order to compile the documentation, you need sphinx. On Debian/Ubuntu distrubutions, you can install it using this command:

sudo apt-get install python-sphinx

If you're familiar with the pip command tool, you can simply install the needed tools with this command:

pip install -r requirements

Once you have sphinx available, you can compile the documentation with the following command:

make html

The documentation will be available in the _buil/html/ directory.

About

Global documentation of the project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7