===============
Complex Systems
===============
:Info: See `the site <http://www-public.it-sudparis.eu/~gauthier/>`_ for more information. See `bitbucket <http://bitbucket.org/vgauthier/complex-systems>`_  or `github <https://github.com/vgauthier/ComplexSystems>`_ for the latest source.
:Author: Vincent Gauthier
:Maintainer: Vincent Gauthier <vgauthier@luxbulb.org>

About 
=====

Python package for complex systems simulations. See `bitbucket <http://bitbucket.org/vgauthier/complex-systems>`_  or `github <https://github.com/vgauthier/ComplexSystems>`_ for the latest source. 

This Toolbox for Complex Sytems simulation include:

- Human Based Mobility Models
	- Truncated Levy Flight Model [Rhee08]_

.. [Rhee08] Injong Rhee, Minsu Shin, Seongik Hong, Kyunghan Lee and Song Chong, "On the Levy-walk Nature of Human Mobility", INFOCOM, Arizona, USA, 2008

Documentation
=============
You will need sphinx_ installed to generate the documentation. Documentation 
can be generated by running **sphinx-build -b html . build/**. Generated 
documentation can be found in the *doc/build/html/* directory. Or consult the `online documentation`_ .

Testing
=======

The easiest way to run the tests is to install `nose
<http://somethingaboutorange.com/mrl/projects/nose/>`_ (**easy_install
nose**) and run **nosetests** or **python setup.py test** in the root
of the distribution. Tests are located in the *tests/* directory.

.. _sphinx: http://sphinx.pocoo.org/
.. _`online documentation`: http://complex-systems.readthedocs.org/

    