commit | 9c0dbbd523790350d3a11e454b7ad6146aad0568 | [log] [tgz] |
---|---|---|
author | Cenk Gündoğan <mail@cgundogan.de> | Wed Sep 14 19:21:07 2016 +0200 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Sep 14 12:59:33 2016 -0700 |
tree | 9ce9e59e2c08f244a0810504cb9ad3582cc2d91a | |
parent | bc5f0ecfa129d274e30f2705b019aa5a57f82b1f [diff] |
interest: Improve BNF of Exclude selector The previous definition of the Exclude selector BNF allows invalid filters of the form: Any NameComponent Any NameComponent Any NameComponent Any Change-Id: I7e40e3b1cf79b30fbee5c5bccc5b1ec52e82352a
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
sudo easy_install-2.7 sphinxcontrib-fulltoc sudo easy_install-2.7 sphinxcontrib-bibtex
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 python-setuptools sudo easy_install sphinxcontrib-fulltoc sudo easy_install sphinxcontrib-bibtex
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.