From 2e947aea90a1d5c4d2971b7164dc9de82ca59681 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 8 Dec 2013 23:15:42 +0100 Subject: [PATCH] [DEV] remove doc/doc/ path --- lutin_egami.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lutin_egami.py b/lutin_egami.py index 3d4a334..2fdb4ec 100644 --- a/lutin_egami.py +++ b/lutin_egami.py @@ -7,7 +7,7 @@ def Create(target): myModule = lutinModule.module(__file__, 'egami', 'LIBRARY') # enable doculentation : myModule.doc_enable() - myModule.documentation.set_website("http://HeeroYui.github.io/egami/doc/doc/") + myModule.documentation.set_website("http://HeeroYui.github.io/egami/") myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/egami/") myModule.documentation.set_external_link(['etk', 'png', 'esvg'])