commit | 29840e826ec8ceb56618fb3ddd3be07f3f60ff07 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@remap.ucla.edu> | Mon Apr 06 15:21:21 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jul 23 16:23:40 2015 +0800 |
tree | 771174fb7d21e8124db395409128eae5511c44c1 | |
parent | 9e0791a22bbac60aafe88ecedd402047d1e3aa5d [diff] |
signature: Add spec for SignatureHmacWithSha256 Change-Id: I6b057a0f7fb619e4af98b3fb8b54da4a27b0216a Refs: #2825
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.