From 26e8295e808642ed267436b6d5ab5fb23f345e2f Mon Sep 17 00:00:00 2001 From: stijnvanhoey Date: Tue, 3 Oct 2017 01:22:27 +0200 Subject: [PATCH] Update docs --- build/build.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build/build.py b/build/build.py index 524f376..cb8d4c9 100644 --- a/build/build.py +++ b/build/build.py @@ -174,15 +174,12 @@ class DwcDigester(object): @staticmethod def convert_link(text_with_urls): """takes all links in a text field and converts it to the html tagged version of the link - - Notes - ------ - The underlying regex is not a general URL matcher and ad-hoc made. Furthermore, it currently handles the end-dot of the description field outside the regex """ def _handle_matched(inputstring): """quick hack version of url handling on the current prime versions data""" url = inputstring.group() return "{}".format(url, url) + regx = "(http[s]?://[\w\d:#@%/;$()~_?\+-=\\\.&]*)(?