[DOC] add monk website

This commit is contained in:
Edouard DUPIN 2013-12-28 16:10:01 +01:00
parent f8526c27e0
commit a420811f59

View File

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