Introduction
============
                                  
.. include:: intro.rst


Quick Links
===========

**Download pympler**: http://pypi.python.org/pypi/pympler

**File a bug report**: http://code.google.com/p/pympler/issues/

**Check out repository**: http://code.google.com/p/pympler/source/checkout


Table of Content
================
* :ref:`asizeof` - A description of the asizeof module.
* :ref:`heapmonitor` - A description of the heap monitor module.
* :ref:`muppy` - A description of the muppy module.
* :ref:`related_work` - Other projects which deal which memory profiling in
  Python are mentioned in the this section.
* :ref:`glossary` - A few basic terms used throughout the documentation.
* :ref:`changes` - Changes in Pympler.
* :ref:`copyright` - Last but not least ..
  
Also available are

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

.. toctree::
   :maxdepth: 1

   detailed_toc


