commit | 1c799959484969a7342a7bcdafb2e0ece32484e0 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@email.arizona.edu> | Sat May 20 20:56:16 2017 -0700 |
committer | Eric Newberry <enewberry@email.arizona.edu> | Sat May 20 20:57:51 2017 -0700 |
tree | d33807f4b8714a23c674a3b4125d8af8c64be191 | |
parent | 56519860bd1d33ea11bb258820d743ec0165e018 [diff] |
make leftmost child default for ChildSelector if field not present Change-Id: I4ae92c31a39bc70606a3cbfc1d904a8b39f23d8e
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.