.. _muppy:

===================
Muppy Documentation
===================

Muppy tries to help developers to identity memory leaks of Python
applications. It enables the tracking of memory usage during runtime and the
identification of objects which are leaking. Additionally, tools are provided
which allow to locate the source of not released objects.

Table of Content
================
- :ref:`muppy_intro` - If you are new to muppy, the introduction is a good place to
  start.
- :ref:`muppy_tutorial` - A tutorial on how you might use muppy to identify a memory
  leak can be found here.
- :ref:`muppy_library` - All the tools provided by muppy.
  
Also available are

.. toctree::
   :maxdepth: 2

   intro
   tutorial
   library/library

