[DEV] add monk doc generator
This commit is contained in:
parent
82fb9fa0cf
commit
2b76a2f67e
20
monk_egami.py
Normal file
20
monk_egami.py
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
import monkModule as module
|
||||||
|
import monkTools as tools
|
||||||
|
import monkDebug as debug
|
||||||
|
import datetime
|
||||||
|
|
||||||
|
def get_desc():
|
||||||
|
return "e-gami library (image generator from multiple image type)"
|
||||||
|
|
||||||
|
def create():
|
||||||
|
# module name is 'egami' and type binary.
|
||||||
|
myModule = module.Module(__file__, 'egami', 'LIBRARY')
|
||||||
|
# enable doculentation :
|
||||||
|
myModule.set_website("http://heeroyui.github.io/egami/")
|
||||||
|
myModule.set_path(tools.get_current_path(__file__) + "/egami/")
|
||||||
|
|
||||||
|
# add the currrent module at the
|
||||||
|
return myModule
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user