interest: rename Parameters to ApplicationParameters

refs #4831

Change-Id: I59fcdc13857dc925f2b09d33f3bfc7ae31ac11d2
3 files changed
tree: 68c5fbfda7d2d7a6e1d06353f8241620a95cff6f
  1. _static/
  2. named_data_theme/
  3. .gitignore
  4. changelog.rst
  5. conf.py
  6. data.rst
  7. index.rst
  8. interest.rst
  9. intro.rst
  10. link.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 macOS:

If you're on Ubuntu Linux 16.04:

sudo apt install python3-pip
sudo pip3 install -U pip setuptools
sudo pip3 install -U sphinx sphinxcontrib-bibtex sphinxcontrib-fulltoc

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.