Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

OpenOMF Documentation

This directory contains the Sphinx documentation project for OpenOMF. This project is automatically built by readthedocs.org!

See built docs @ https://openomf.readthedocs.io/main/

Prerequisites

Graphviz is required for rendering architecture diagrams:

# Debian/Ubuntu
sudo apt install graphviz

# Fedora
sudo dnf install graphviz

# Arch Linux
sudo pacman -S graphviz

# macOS
brew install graphviz

Setup

make venv

Building Documentation

make html