Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 905 Bytes

README.rst

File metadata and controls

30 lines (19 loc) · 905 Bytes

SNet technical documentation

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:

  1. clone this repo.
  2. use make, eg. make html or make 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.