.. _example-data: Example Data ************ .. note:: The provided example data sets come as functions returning a list. You need to include the parentheses to get the data, like:: >>> from effectus.data import bells >>> sum(bells())/1000 7257.7446 .. automodule:: effectus.data :members: