A gendoc document is an instance of one of the following classes (whose base class is GenericDocument):
Every GenericDocument provides the following methods:
- par(*args,**kw)
- pre(*args,**kw)
- memo(*args,**kw)
- ul(*args,**kw)
- ol(*args,**kw)
- report(rpt,*args,**kw)
- Examples for gendoc : gendoc1.py , gendoc2.py , gendoc3.py , gendoc4.py , gendoc5.py , gendoc6.py , gendoc7.py , laulud.py , more
Refering articles:
- New script sysinfo.py (code changes 25.05.06) — I moved the printer information part from diag to a new script sysinfo which creates html output. diag's purpose is to show relevant settings of the terminal in an interactive way. sysinfo is rather for indirect evaluation: my customers run this tool and then send me the report. more