This repository contains documentation and small examples / unit tests for the SNet technology.
To view the documentation after formatting: http://readthedocs.org/docs/snetdev/
To generate the documentation on your own system:
- clone this repo.
- use
make
, eg.make html
ormake latexpdf
.
We use:
- to format the text, reStructuredText, a handy markup language for technical documentation. Version 0.9 or later of Python Docutils is required for code syntax coloring.
- to bundle the individual files into one documentation, Sphinx, a handy documentation generator able to emit multiple formats (TeX, HTML, ePUB, info, manual pages) from reStructuredText.