Clone this repo:

Branches

  1. d265734 Updating style to match named-data website (more or less) by Alexander Afanasyev · 10 years ago master
  2. ce6daac Split registerPrefix into registerPrefix and setInterestFilter by Alexander Afanasyev · 10 years ago
  3. 2470786 Removing references to WireFormat from API docs by Alexander Afanasyev · 10 years ago
  4. 57e20ed Changing html style by Alexander Afanasyev · 10 years ago
  5. 06e798c Grouping same methods under one subsection by Alexander Afanasyev · 10 years ago

Prerequisites

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're on Ubuntu Linux:

sudo apt-get install python-sphinx

Compilation

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.