commit | f9353df56e64ac33783f710c03bdb5bdd10cff96 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Jun 21 19:19:56 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun Jun 21 22:05:48 2020 -0400 |
tree | 6978fc220feb6215982ea8add85b0b5555fc2549 | |
parent | 437dc8c9a9a4dee33a800ebc5b2c226ebeb60817 [diff] |
tlv: capitalize nonNegativeInteger -> NonNegativeInteger Change-Id: I82c578142f801d3307eec49ee82b05dbdd5071aa
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.