commit | ce6daacb551844d8b14d5b10361ad865686bbb9c | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Nov 26 19:49:37 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Nov 27 21:00:11 2013 -0800 |
tree | d97d0ad42d52363e1265ed0e5cc09136e60494e8 | |
parent | 247078624f6c65a2321ce6432993fa01d12421d7 [diff] |
Split registerPrefix into registerPrefix and setInterestFilter registerPrefix takes care only with registering prefix in NDN network (currently, only on directly connected NDN hub) and setInterestFilter only sets the callback (demultiplexer) for the incoming Interests on the face. This issue also includes two more "major" changes: - updated onInterest callback. Now the prototype is (face, filter, interest) - new Face.put method to "publish" Data packet on the face. Change-Id: Id09fe715c74b3cb69655d0ec05884a24336fafbf
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
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
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.