commit | 0c04fd8af4b7a488ecc487a7aa7fdce5bc1543f7 | [log] [tgz] |
---|---|---|
author | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Sep 04 16:29:47 2018 -0400 |
committer | Zhiyi Zhang <zhiyi@cs.ucla.edu> | Tue Apr 23 09:03:34 2019 -0700 |
tree | cc8d9e732daa5b9b71a3ca95c7747f766315630f | |
parent | dcb0f37d219ff51a1c9edc3781f5843d26d6ab97 [diff] |
Signed Interest Format Change-Id: Ic52835977cadb34479508c7817f842bd3330961b 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.