commit | 57e20eda04aff7a6d09667becd86a6000f778d7a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Nov 26 19:14:19 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Nov 26 19:14:19 2013 -0800 |
tree | f21c7794802d1fe9b2c27626876e863dee69f60f | |
parent | 06e798ce811afa2542aca56dcd02640f067d8275 [diff] |
Changing html style Change-Id: I90605638a8b8c9336a5a0cc1f6c9b87ab0eed5b7
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.