interest: delete deprecated Scope

refs #1734

Change-Id: I839c70006062068a79366c30c38483f892cbb08d
3 files changed
tree: 4069c4469d460df4fc46943c817e8b6098ab0f25
  1. _static/
  2. named_data_theme/
  3. .gitignore
  4. ack.rst
  5. changelog.rst
  6. conf.py
  7. data.rst
  8. index.rst
  9. interest.rst
  10. intro.rst
  11. Makefile
  12. name.rst
  13. ndnspec-refs.bib
  14. README.md
  15. signature.rst
  16. tlv.rst
  17. types.rst
README.md

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 python-setuptools

sudo easy_install sphinxcontrib-fulltoc
sudo easy_install sphinxcontrib-bibtex

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.