commit | 99b8a848b379f5f08df5a94ef46a79294ec1d31b | [log] [tgz] |
---|---|---|
author | Steve DiBenedetto <dibenede@cs.colostate.edu> | Mon Dec 22 14:56:16 2014 -0700 |
committer | Steve DiBenedetto <dibenede@cs.colostate.edu> | Mon Dec 22 16:41:16 2014 -0700 |
tree | 797c00923869b6ab31ed628d2000aec9f6087699 | |
parent | 072acbdbe554e4bc1583381108c5b9ba1ddb8734 [diff] |
name: fix typos in implicit digest URI description refs: #2011 Change-Id: I27a2c5a1d9531524521779a6a473bf84ced19686
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.