Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.04 KB

OCP Specification Tools

This repo contains tooling for rendering OCP specifications from Markdown.

TCG Pandoc

The scripts in this repository rely on TCG's Pandoc tooling. See the Guide (in PDF form on the TCG Pandoc Releases page).

How to Run Locally

Due to the complexity of the various Pandoc and LaTeX dependencies at work, it's easiest to use TCG's published Docker containers.

./docker-pull.sh

# Must run from the directory containing the input file
(cd sample && ../docker-run.sh --pdf spec.pdf spec.ocp)

HTML support is experimental.

(cd sample && ../docker-run.sh --html spec.html spec.ocp)

How to Build Locally

See the TCG Pandoc README for how to build locally.