.. Distpy documentation master file, created by sphinx-quickstart on Sat Jan 15 20:41:41 2011. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Distpy ================================================ .. toctree:: :maxdepth: 2 Visit https://github.com/bwhite/distpy/ for the source. About --------------------------- Distpy is a simple library to house generic distance metrics in a consistent format. As these tend to be used between projects, it is useful to have a separate project for them. Classes ----------- .. autoclass:: distpy.L2 :members: .. autoclass:: distpy.L2Sqr :members: .. autoclass:: distpy.Hamming :members: