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/survex.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core/views/survex.py') diff --git a/core/views/survex.py b/core/views/survex.py index 2bcf79f..350c404 100644 --- a/core/views/survex.py +++ b/core/views/survex.py @@ -19,6 +19,10 @@ from troggle.core.models.survex import SurvexBlock, SurvexPersonRole, SurvexFile from troggle.core.models.caves import Cave, PersonTrip, LogbookEntry from troggle.parsers.people import GetPersonExpeditionNameLookup +'''Everything that views survexfiles +but also displays data on a cave or caves when there is ambiguity +''' + survexdatasetpath = Path(settings.SURVEX_DATA) survextemplatefile = """; *** THIS IS A TEMPLATE FILE NOT WHAT YOU MIGHT BE EXPECTING *** -- cgit v1.2.3