From 64d54ca8da34f71c5b1b98f50f6ae3902a136db9 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sat, 28 Dec 2013 16:07:50 +0100 Subject: [PATCH] [DOC] add monk website --- monk_etk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/monk_etk.py b/monk_etk.py index a1c22a1..e41f150 100644 --- a/monk_etk.py +++ b/monk_etk.py @@ -11,6 +11,7 @@ def create(): myModule = module.Module(__file__, 'etk', 'LIBRARY') # enable doculentation : myModule.set_website("http://heeroyui.github.io/etk/") + myModule.set_website_sources("http://github.com/heeroyui/etk/") myModule.set_path(tools.get_current_path(__file__) + "/etk/") myModule.set_path_general_doc(tools.get_current_path(__file__) + "/doc/") # add the currrent module at the