commit | 06e798ce811afa2542aca56dcd02640f067d8275 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Nov 26 19:10:29 2013 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Nov 26 19:10:29 2013 -0800 |
tree | 7ece6b97c23ad7e6613801f9b0c33fd0f1f9ee7e | |
parent | 72d973cfca9807f4874c686cb1acf5fa73b0e935 [diff] |
Grouping same methods under one subsection Change-Id: I8915435632d5a92cabe6cf5335146729507ab6e5
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.