commit | 9013a56b42dcd1fce5d2d422a52278f81f0e6168 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Wed Aug 08 09:48:41 2018 -0400 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Aug 08 09:48:41 2018 -0400 |
tree | 13f9b33284f435ac419c922a2f22787bf896456a | |
parent | 707ea001540220c2122069ffea33e981ba6efce7 [diff] |
Add ParametersSha256DigestComponent Change-Id: I4ee53136adc6a0fc0af9abbb9fb8fdec265ba749 Refs: #4658, #4690
To "compile" documentation into html form you would need to install Sphinx documentation package, which should be relatively trivial.
If you're on OSX platform:
If you have macports, then
sudo port install py27-sphinx sudo port selectsphinx py27-sphinx
sudo easy_install-2.7 sphinxcontrib-fulltoc sudo easy_install-2.7 sphinxcontrib-bibtex
Install from source: http://sphinx-doc.org/install.html
Install from .pkg binary package: http://named-data.net/binaries/sphinx-doc-0.2.pkg
If you're on Ubuntu Linux:
sudo apt-get install python-sphinx python-setuptools sudo easy_install sphinxcontrib-fulltoc sudo easy_install sphinxcontrib-bibtex
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.