commit | d265734d80cdd13309375645e373370794749611 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Dec 17 16:07:14 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Dec 17 16:08:22 2013 -0800 |
tree | 049c6b4cce51899ddc76c82003b36013eb431f94 | |
parent | ce6daacb551844d8b14d5b10361ad865686bbb9c [diff] |
Updating style to match named-data website (more or less) Change-Id: I89789ed6a89637097ac52f5fb29211b0710458fd
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.