[DOC] add monk website

This commit is contained in:
Edouard DUPIN 2013-12-28 16:09:13 +01:00
parent 8f291a74be
commit e23442beb1

View File

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