commit | 4b89611d05e6a97394af54e6e458b047f19d2b2f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jun 23 21:47:15 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jul 01 12:13:30 2014 -0700 |
tree | c80380b7d5ddb6a6f87f98d84ae8a30534e12d9a | |
parent | f3e5e85c740f16ece0fbccf3b241f3accf165f7e [diff] |
signature: Defining KeyLocator as an optional field in generic SignatureInfo Change-Id: I2e2850bdf5b1795c07aea208fe8c80c8b6df509f
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.