.. smmap documentation master file, created by
   sphinx-quickstart on Wed Jun  8 15:14:25 2011.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to smmap's documentation!
=================================
**smmap** is a pure python implementation of a sliding memory map to help unifying memory mapped access on 32 and 64 bit systems and to help managing resources more efficiently.

Contents:

.. toctree::
   :maxdepth: 2
   
   intro
   tutorial
   api
   changes

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

