commit | 56519860bd1d33ea11bb258820d743ec0165e018 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@email.arizona.edu> | Mon Feb 13 13:26:19 2017 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Feb 24 10:01:59 2017 -0800 |
tree | a9c106937f667188614fbc15c12108e0ae3060d8 | |
parent | 988e74194a383587d1443e1ef0b6671802f535ba [diff] |
data: consider Data in content store not fresh unless it contains FreshnessPeriod refs #2440 Change-Id: Ic1c6fe358ded3e3262da32817ce1ab896b4dad1f
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.