commit | ca58dc21496cf9459fc271d76b0df079d85cd675 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Dec 28 21:04:59 2013 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Dec 28 21:04:59 2013 +0000 |
tree | 92165afaa3fcb1a93bb3570e5903f5d776f92b6a | |
parent | a4397b8c539bce5431e5fb87d0a8f783c01c9485 [diff] |
Adding supplementary specification of the Face management protocol Specification is based fully on the existing one, adapted for NDN-TLV format encoding. git-svn-id: svn+ssh://dyadis.cs.arizona.edu/NDN-spec/spec-sphinx@192 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
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 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.