commit | d4225d41c5a5a3354cd35a1e947ae86737fda2e4 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Mon Jun 09 12:32:21 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Mon Jun 30 23:22:45 2014 -0700 |
tree | be14fbebc24e339c6f5d8792f7310cadbdfcfdff | |
parent | 406749e101494093e1461e9c8e4bc5149ec92063 [diff] |
Signature: Added SignatureSha256WithEcdsa. Change-Id: I73a0bdf6b6d966634daa6f121b65175fc82e6fd5 Refs: #1650
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.