[DOC] add monk website
This commit is contained in:
parent
701d6519a3
commit
64d54ca8da
@ -11,6 +11,7 @@ def create():
|
|||||||
myModule = module.Module(__file__, 'etk', 'LIBRARY')
|
myModule = module.Module(__file__, 'etk', 'LIBRARY')
|
||||||
# enable doculentation :
|
# enable doculentation :
|
||||||
myModule.set_website("http://heeroyui.github.io/etk/")
|
myModule.set_website("http://heeroyui.github.io/etk/")
|
||||||
|
myModule.set_website_sources("http://github.com/heeroyui/etk/")
|
||||||
myModule.set_path(tools.get_current_path(__file__) + "/etk/")
|
myModule.set_path(tools.get_current_path(__file__) + "/etk/")
|
||||||
myModule.set_path_general_doc(tools.get_current_path(__file__) + "/doc/")
|
myModule.set_path_general_doc(tools.get_current_path(__file__) + "/doc/")
|
||||||
# add the currrent module at the
|
# add the currrent module at the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user