From 0820d7c0dce82553348fbbd3bb34b288daae5480 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 13 Apr 2021 01:37:42 +0100 Subject: Docstrings for all modules --- core/views/statistics.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/views/statistics.py') diff --git a/core/views/statistics.py b/core/views/statistics.py index fc62754..c317d43 100644 --- a/core/views/statistics.py +++ b/core/views/statistics.py @@ -17,6 +17,9 @@ from troggle.core.models.survex import SurvexBlock import troggle.settings as settings +'''Very simple report pages summarizing data about the whole set of expeditions and of +the status of data inconsistencies +''' def pathsreport(request): pathsdict = OrderedDict() -- cgit v1.2.3