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


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

**Download pympler**: https://pypi.org/projects/Pympler

**File a bug report**: https://github.com/pympler/pympler/issues

**Check out repository**: https://github.com/pympler/pympler


Table of Content
================
* :ref:`asizeof` - A description of the `asizeof` module.
* :ref:`classtracker` - A description of the `ClassTracker` facility.
* :ref:`muppy` - A description of the `muppy` modules.
* :ref:`django` - How to use the Django debug toolbar memory panel.
* :ref:`pympler_library` - The library reference guide.
* :ref:`tutorials` - Pympler tutorials and usage examples.
* :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.
* :doc:`Changes in Pympler </changes>`
* :ref:`copyright` - Last but not least ..
  
Also available are

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

.. toctree::
   :maxdepth: 1

   detailed_toc


