commit | e9315e7962b3ad7cb1aa2d05eaea9cf881e8b92d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Feb 12 19:53:49 2014 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Feb 12 19:53:49 2014 +0000 |
tree | 51a7adfe09da5af5b434882431280dc117af5ff8 | |
parent | b917c0b6decf912b4387abdd07885bd4d66c6924 [diff] |
Small re-assignment of types: Name is 01, Name Component 02, Interest 03, and Data 04. git-svn-id: svn+ssh://dyadis.cs.arizona.edu/NDN-spec/spec-sphinx@199 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.