[DOC] add monk website

This commit is contained in:
Edouard DUPIN 2013-12-28 16:09:46 +01:00
parent 0579048327
commit f24b852752

View File

@ -11,6 +11,7 @@ def create():
myModule = module.Module(__file__, 'esvg', 'LIBRARY')
# enable doculentation :
myModule.set_website("http://heeroyui.github.io/esvg/")
myModule.set_website_sources("http://github.com/heeroyui/esvg/")
myModule.set_path(tools.get_current_path(__file__) + "/esvg/")
# add the currrent module at the
return myModule