From c14ac65e29d2bd9e41df471259dae137c502ac5c Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sat, 28 Dec 2013 16:08:44 +0100 Subject: [PATCH] [DOC] add monk website --- monk_egami.py | 1 + 1 file changed, 1 insertion(+) diff --git a/monk_egami.py b/monk_egami.py index d1e7c3c..2941b45 100644 --- a/monk_egami.py +++ b/monk_egami.py @@ -12,6 +12,7 @@ def create(): myModule = module.Module(__file__, 'egami', 'LIBRARY') # enable doculentation : myModule.set_website("http://heeroyui.github.io/egami/") + myModule.set_website_sources("http://github.com/heeroyui/egami/") myModule.set_path(tools.get_current_path(__file__) + "/egami/") # add the currrent module at the