From ac506182726f44783d8035d74b21895dcd048c53 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Sun, 22 Dec 2013 19:02:20 +0100 Subject: [PATCH] [DEV] add monk documentation --- lutin_esvg.py | 5 ----- monk_esvg.py | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 5 deletions(-) create mode 100644 monk_esvg.py diff --git a/lutin_esvg.py b/lutin_esvg.py index 2f4d3fe..858d96a 100644 --- a/lutin_esvg.py +++ b/lutin_esvg.py @@ -4,11 +4,6 @@ import lutinTools def Create(target): myModule = lutinModule.module(__file__, 'esvg', 'LIBRARY') - # enable doculentation : - myModule.doc_enable() - myModule.documentation.set_website("http://HeeroYui.github.io/esvg/") - myModule.documentation.set_path(lutinTools.GetCurrentPath(__file__) + "/esvg/") - myModule.documentation.set_external_link(['etk', 'agg', 'exml']) myModule.AddModuleDepend(['etk', 'agg', 'exml']) diff --git a/monk_esvg.py b/monk_esvg.py new file mode 100644 index 0000000..99809f9 --- /dev/null +++ b/monk_esvg.py @@ -0,0 +1,15 @@ +#!/usr/bin/python +import monkModule as module +import monkTools as tools + +def create(): + # module name is 'edn' and type binary. + myModule = module.Module(__file__, 'esvg', 'LIBRARY') + # enable doculentation : + myModule.set_website("http://heeroyui.github.io/esvg/") + myModule.set_path(tools.get_current_path(__file__) + "/esvg/") + # add the currrent module at the + return myModule + +def get_desc(): + return ""