commit | 9fba5f4c46b97eeaf22f5e2c33e6368a51272255 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Tue Dec 21 12:40:17 2021 -0500 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Sat Dec 25 15:59:34 2021 -0500 |
tree | 1fe8130cdfbf1885206e3705b613900494f42cba | |
parent | 23e340cb138afa95ee228dffb8c50870eea26633 [diff] |
Update definitions of ForwardingHint and LinkObject Change-Id: Ic734fff39f2afd393ebeddd61eff5053c243633f Refs: #5178
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 pip3 install -r requirements.txt
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 inside _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
.