From ceafe08acc55aaae189cd39c6586dbe37188225d Mon Sep 17 00:00:00 2001 From: Stefanie Molin <24376333+stefmolin@users.noreply.github.com> Date: Thu, 19 Oct 2023 12:55:07 +0400 Subject: [PATCH] Add link to slides in init for the docs. --- src/data_morph/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/data_morph/__init__.py b/src/data_morph/__init__.py index e31a6f4e..54aa706e 100644 --- a/src/data_morph/__init__.py +++ b/src/data_morph/__init__.py @@ -20,8 +20,9 @@ served as the starting point for the Data Morph code base, which is on GitHub at `stefmolin/data-morph `_. -Read more about the creation of Data Morph `here -`_. +Read more about the creation of Data Morph in `this blog post +`_ +and `this slide deck `_. """ __version__ = '0.3.0.dev0'