commit | 707ea001540220c2122069ffea33e981ba6efce7 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Jul 17 15:42:52 2018 -0400 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Tue Jul 17 15:42:52 2018 -0400 |
tree | b61ee23ec2ce67c8bb370fdab6736d71d40595ef | |
parent | 665ccf9e6840ebd19cc4cdfb03783f992abf39c9 [diff] |
interest+data: forbid unrecognized non-critical TLV before/inside Name refs #4587 Change-Id: I58d0a402b8b1339eb8c301141a186d04419862aa
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.