commit | 112250175ac0fac93da8a5a8398c9a047d114ccf | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Nov 21 23:11:10 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Nov 21 23:13:41 2013 -0800 |
tree | 1b5b971945555f1fbc50b92aaa98f53c9ad21863 | |
parent | 1efe4a3e2eaabb5c589b009ac7e1d8195f527767 [diff] |
Convert the rest of the document Change-Id: I52ce8e0b9185c73646ecbc3afb14e5cb44f0fbc8
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
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
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.