.. Ignition documentation master file, created by sphinx-quickstart on Wed Dec 22 22:11:56 2010. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Ignition: a numerical code generation tool ========================================== `Ignition `_ is a Python library for defining domain specific languages and generating high performance code. The current code is in development mode, but this webpage is the documentation of what is currently available. Contents: .. toctree:: :maxdepth: 1 intro install tutorial/index further_resources modules/index contributing License ======= Ignition is licensed under `BSD3`_. Notes ===== If something cannot be easily accessed from this page, it's a bug (`please report it`_). This documentation is maintained with docutils, so you might see some comments in the form #doctest:... . You can safely ignore them. Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. _please report it: https://github.com/aterrel/ignition/issues .. _BSD3: http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22New_BSD_License.22_or_.22Modified_BSD_License.22.29