commit | 665ccf9e6840ebd19cc4cdfb03783f992abf39c9 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jul 13 13:23:23 2018 -0400 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Fri Jul 13 13:23:23 2018 -0400 |
tree | 93397e458db6ed1f2ba2f6fd2f689cf8ad315f58 | |
parent | ce74316f93192eeb8477e2cf6bad5c4017449dd1 [diff] |
types: restore KeyDigest assignment refs #4645 Change-Id: I58a215ae8cf5a33cea422c6163fa745bdafa00c9
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.