[DOC] add monk website

This commit is contained in:
Edouard DUPIN 2013-12-28 16:09:29 +01:00
parent 39dfd1793b
commit fbf39d9ac2

View File

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