[DOC] add monk website

This commit is contained in:
Edouard DUPIN 2013-12-28 16:07:50 +01:00
parent 701d6519a3
commit 64d54ca8da

View File

@ -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