commit | 47e5137026ae91a40bae3319b930e0e6aff24e47 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Mon Feb 25 13:47:01 2019 -0800 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Thu Mar 14 11:14:28 2019 -0700 |
tree | 4091e5c2a62250a1343927b121ba8219da4d4184 | |
parent | 775b63a5ff3f5c0582d4ab61226bec490073b9bb [diff] |
Signature: add SignatureNonce and Timestamp Change-Id: Ie906c44076ed2c29e0574c13fabed397d102a6ce Refs: #4599
To "compile" documentation into html form you would need to install Sphinx documentation package, which should be relatively trivial.
If you're on macOS:
If you're on Ubuntu Linux 16.04:
sudo apt install python3-pip sudo pip3 install -U pip setuptools sudo pip3 install -U sphinx sphinxcontrib-bibtex sphinxcontrib-fulltoc
Just type
make html
And a set of HTML pages will be build under _build/html
You can also type
make latexpdf
This way Sphinx will prepare .tex file and will try to build .pdf document.