Changing html style

Change-Id: I90605638a8b8c9336a5a0cc1f6c9b87ab0eed5b7
7 files changed
tree: f21c7794802d1fe9b2c27626876e863dee69f60f
  1. details/
  2. named_data_theme/
  3. .gitignore
  4. blob.rst
  5. conf.py
  6. data.rst
  7. face.rst
  8. index.rst
  9. interest.rst
  10. key-chain.rst
  11. Makefile
  12. name-component.rst
  13. name.rst
  14. README.md
  15. signature.rst
  16. transport.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

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.