commit | 333f2c21a9768dd0eb5e9ca79c3811bfd30b5487 | [log] [tgz] |
---|---|---|
author | mzhang4 <jimmyzms5@gmail.com> | Fri Feb 20 17:30:17 2015 -0600 |
committer | mzhang4 <jimmyzms5@gmail.com> | Mon Feb 23 14:03:30 2015 -0600 |
tree | 52500649bce9c41b1b2cc2591453272b1aef7f39 | |
parent | bdc7501a301a4b7fc71dd61697786f3ce3918091 [diff] |
data: Change statement about FinalBlockId in MetaInfo refs #2461 Change-Id: I5de3d1be3a8da2a848fc3268ded5bc4525b5adca
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.