commit | bff0e7091e87438fdd6265bb1df33bd1682ca18a | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Thu Aug 21 16:20:47 2014 -0700 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Aug 22 20:42:42 2014 -0700 |
tree | f7e6243abaf35428663f2cfcd71dd683bc2e8e72 | |
parent | 7455e9b68fb6bd43283ab5bc526c1fcb68e4a0aa [diff] |
name: disallow empty NameComponent in canonical order section This commit does not change the meaning of the spec. It makes the informative part of the spec consistent with the nominative part. refs #1763 Change-Id: Ibe623d03932516f8ebcaa7e7381288cf7d9edc6a
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.