/greybus-spec

Greybus Specification

Primary LanguagePython

This is the Greybus Specification.

Requirements:

- Sphinx: http://sphinx-doc.org/contents.html
- LaTeX (and pdflatex, and various LaTeX packages)
- Graphviz (in particular, "dot"): http://www.graphviz.org/

On Ubuntu:

# apt-get install python-sphinx texlive texlive-latex-extra texlive-humanities graphviz

Then:

$ make latexpdf # For generating pdf
$ make html # For generating html

Output goes in build/latex. Build backends other than PDF are not
currently tested.