From b1e55a27b0dd4545e3a1c9e72f9d8ef6ac08e492 Mon Sep 17 00:00:00 2001
From: Niklas Selke <n.selke@fz-juelich.de>
Date: Mon, 10 Oct 2022 15:46:36 +0200
Subject: [PATCH] Added a package docstring.

---
 toarstats/__init__.py | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/toarstats/__init__.py b/toarstats/__init__.py
index e69de29..d33f5b4 100644
--- a/toarstats/__init__.py
+++ b/toarstats/__init__.py
@@ -0,0 +1,6 @@
+"""The toarstats package.
+
+This package contains the following two subpackages:
+metrics - calculate metrics on time series
+trends - calculate trends on time series
+"""
-- 
GitLab