commit | 85f77b198f3d20b1b643c3d0df8f207aac7159a6 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Tue Oct 26 17:44:35 2021 -0400 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Oct 31 17:07:18 2021 -0400 |
tree | 6c8168d1f128387d50b297932316b4e540607e04 | |
parent | 49af818ec9598f2c6c74b042c5cf4d94f65a1c06 [diff] |
types: Update TLV code reservations for well-known name components Change-Id: I45da811e547ea209791f32da206e1b9bd424569a
To "compile" the specification in HTML format, you must first install the Sphinx documentation generator.
If you're running Ubuntu Linux:
sudo apt install make python3-pip pip3 install -U pip setuptools pip3 install -U sphinx sphinxcontrib-bibtex sphinxcontrib-fulltoc
If you're running macOS or another operating system, see the instructions at https://www.sphinx-doc.org/en/master/usage/installation.html
Just type:
make html
And a set of HTML pages will be generated under _build/html
.
You can also type:
make latexpdf
Sphinx will generate a .tex
file and will try to create a .pdf
document from it using pdflatex
(which must be installed).
For further options, type make help
.