commit | 9998e28633a7b46ba1adf0aed5083d0eee804bf4 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 13 00:23:16 2015 +0200 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 13 11:38:21 2016 -0700 |
tree | 1382810d29900651a9875fa0c37b5ebd3b79f84d | |
parent | 6b60dddef16d30f93c17693af289c8641c8a9dab [diff] |
Remove references to old CCNx format Change-Id: I4e143c3e6ad3935ea2f89d637be56b54fd6d161d Refs: #2580
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.