commit | e2ef9d05768e923dbdcc39540aa6b187cc2cd8fb | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Nov 27 02:24:13 2013 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Nov 27 02:24:13 2013 +0000 |
tree | c347b0b6948e21eadda963014495434120434d6f | |
parent | 26f0ff877bc20dceb21d090972846e30947f1cc3 [diff] |
Changing to a different style git-svn-id: svn+ssh://dyadis.cs.arizona.edu/NDN-spec/spec-sphinx@93 c5937c81-b952-4fd9-96ba-3036b240b622
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.