commit | f27e321ad62c7fa16f60e02fdcb75776b30b6b19 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Mon Feb 11 11:10:22 2019 -0500 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Feb 11 11:10:22 2019 -0500 |
tree | eceb8abbd7a5235947d4e583cbb9425a313f1163 | |
parent | 738fd312ef8b5f088384434d4a8cfbaef82c9f0f [diff] |
name: redefine ParametersSha256DigestComponent refs #4831 Change-Id: I5728e943f7bcaae3e8114cbf38b1c017e28f8f0e
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.