commit | 78ce2954f0657ea227e6a1fdbdfbd8331687c8ad | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue May 07 15:34:00 2019 -0400 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Tue May 07 15:34:00 2019 -0400 |
tree | 88b18a91746b355eecd45ba4e928a2a945c8b9e9 | |
parent | 0c04fd8af4b7a488ecc487a7aa7fdce5bc1543f7 [diff] |
tlv: rewrite syntax specifications using IETF ABNF refs #4853 Change-Id: Iad79a63675279d53de2f7bb4891d10bf01d0424f
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.