commit | b168f7ce0d728a77a2665601e80e6d9ca5c4a8a9 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Sun Jun 21 19:22:22 2020 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Sun Jun 21 22:06:29 2020 -0400 |
tree | 37217bf50c93d8442b876676d9a640bfb3d4839d | |
parent | f9353df56e64ac33783f710c03bdb5bdd10cff96 [diff] |
Remove "work in progress" warning Change-Id: Icc65812883bcaf063387f93b4ca94e915b26f425
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.