commit | 2528636be58013f5d7f19b1e15b169c18daf5c4d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Sep 05 20:55:25 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 13 14:16:28 2016 -0700 |
tree | 9dede81072d4ea77d73e5693b86bff11c85428e7 | |
parent | 9998e28633a7b46ba1adf0aed5083d0eee804bf4 [diff] |
Interest: Disallow zero-component Interest names Change-Id: Ibe566428a5341eeea3da3ff0ab38254a90fddf98 Refs: #3781
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.