commit | f2bbb9057e435ac4bab19d4a8aecc4a6aa6f2ae3 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Mar 15 14:36:30 2019 -0400 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Mar 15 14:36:30 2019 -0400 |
tree | 68c5fbfda7d2d7a6e1d06353f8241620a95cff6f | |
parent | 47e5137026ae91a40bae3319b930e0e6aff24e47 [diff] |
interest: rename Parameters to ApplicationParameters refs #4831 Change-Id: I59fcdc13857dc925f2b09d33f3bfc7ae31ac11d2
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.