From e79a8aabad875e04915529c292c1ca9f67623df6 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 15 May 2019 12:34:49 +0200 Subject: [PATCH] Added data module to package documentation Signed-off-by: Jim Martens --- src/twomartens/masterthesis/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/twomartens/masterthesis/__init__.py b/src/twomartens/masterthesis/__init__.py index 6ac59f4..9b4adb6 100644 --- a/src/twomartens/masterthesis/__init__.py +++ b/src/twomartens/masterthesis/__init__.py @@ -22,5 +22,6 @@ Subpackages: ``ssd_keras``: provides an implementation of SSD Modules: + ``data``: provides functionality to load data sets ``ssd``: provides functionality to use the SSD models """