[DOC] add monk website
This commit is contained in:
parent
f8526c27e0
commit
a420811f59
@ -10,6 +10,7 @@ def create():
|
|||||||
myModule = module.Module(__file__, 'exml', 'LIBRARY')
|
myModule = module.Module(__file__, 'exml', 'LIBRARY')
|
||||||
# enable doculentation :
|
# enable doculentation :
|
||||||
myModule.set_website("http://heeroyui.github.io/exml/")
|
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/")
|
myModule.set_path(tools.get_current_path(__file__) + "/exml/")
|
||||||
# add the currrent module at the
|
# add the currrent module at the
|
||||||
return myModule
|
return myModule
|
||||||
|
Loading…
x
Reference in New Issue
Block a user