commit | 6b60dddef16d30f93c17693af289c8641c8a9dab | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 13 00:18:58 2015 +0200 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Nov 16 09:41:53 2015 +0200 |
tree | bb7a8480fe5dc21a876e998af37b92eef53a1b21 | |
parent | 29840e826ec8ceb56618fb3ddd3be07f3f60ff07 [diff] |
data: Define ContentTypes Change-Id: I5fac72e5c74d0208675d361f01d42502de762716 Refs: #2111
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.