commit | 3c0bc318f0069e9e523150eb29a7cd24333d52a1 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon May 18 22:03:09 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun May 24 14:00:03 2020 -0400 |
tree | e5035f739bccdcc337d87a0aef36173f88b0c2e6 | |
parent | 459e46670b48c8c513034ef53fd8f03d92df1385 [diff] |
signature: redefine signed portion and make ECDSA P-256 mandatory Also in this commit: - various cleanups and grammar fixes - unify RFC reference syntax on signature page - fix typo on tlv page - fix browser 'mixed content' warning Refs: #4586, #5033 Change-Id: Iac7a54ad9a6863fda5c5428055a6256e9e086187
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.