Skip to content

wenJanus/opm-doc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPM Documentation

See http://opm.readthedocs.io/

Compile the doc

  • Install Sphinx :

apt-get install python-sphinx

  • Build :

cd opm-doc sphinx-build -b html . /tmp/opm-doc/

Sphinx Theme

Install the [https://github.com/snide/sphinx_rtd_theme](Read Te Doc) theme

pip install sphinx_rtd_theme

And then add the following lines to the conf.py file:

import sphinx_rtd_theme html_theme = "sphinx_rtd_theme" html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]

About

Global documentation of the project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.6%
  • Makefile 28.4%
  • Batchfile 28.0%