commit | 459e46670b48c8c513034ef53fd8f03d92df1385 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri May 31 15:28:03 2019 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri May 31 15:28:03 2019 +0000 |
tree | 64f71bf257e0a2313ebf2c9078098b8524e3317d | |
parent | 78ce2954f0657ea227e6a1fdbdfbd8331687c8ad [diff] |
tlv: require shortest encoding for VAR-NUMBER refs #4946 Change-Id: If106e6461f7a0b518969db33d9f761a1e20f7d91
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.