From c7a78c35a419c925acf4c2da981f511cc6496f45 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Fri, 8 Feb 2019 22:56:58 +0100 Subject: [PATCH] Added package documentation to masterthesis Signed-off-by: Jim Martens --- src/twomartens/masterthesis/__init__.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/twomartens/masterthesis/__init__.py b/src/twomartens/masterthesis/__init__.py index 92edb8c..3dfe6b7 100644 --- a/src/twomartens/masterthesis/__init__.py +++ b/src/twomartens/masterthesis/__init__.py @@ -14,4 +14,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""masterthesis: Python package for masterthesis""" +""" +Masterthesis package. + +Subpackages: + ``aae``: provides an implementation of Adversarial Auto Encoders +"""