commit | a6fc727687ca17469fa57c5bcf4d9ccf91aea4c5 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jun 13 11:58:06 2014 -0700 |
committer | Junxiao Shi <sunnylandh@gmail.com> | Mon Jun 30 23:25:49 2014 -0700 |
tree | cb67121908524a6a0475454850c80b7ad947627d | |
parent | d4225d41c5a5a3354cd35a1e947ae86737fda2e4 [diff] |
changes: Add 'Changes' section to track changes since previous versions of the spec This commit also includes updated HTML CSS. Change-Id: I0f45e3fba25587f97cbb63332d457baacb515f40
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 python-setuptools 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.