From bc3e08d665834900a81a7e1cd0e703793f25d208 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 8 Dec 2013 23:16:06 +0100 Subject: [PATCH] [DEV] remove doc/doc/ path --- lutin_ege.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lutin_ege.py b/lutin_ege.py index f31fed0..df20598 100644 --- a/lutin_ege.py +++ b/lutin_ege.py @@ -7,7 +7,7 @@ def Create(target): myModule = lutinModule.module(__file__, 'ege', 'LIBRARY') # enable doculentation : myModule.doc_enable() - myModule.documentation.set_website("http://HeeroYui.github.io/ege/doc/doc/") + myModule.documentation.set_website("http://HeeroYui.github.io/ege/") myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/ege/") myModule.documentation.set_external_link(['ewol', 'bullet'])