示例#1
0
def build_report():
    '''build report from scratch.'''

    E.info("starting documentation build process from scratch")
    P.run_report(clean=True)
示例#2
0
def update_report():
    '''update report.'''

    E.info("updating documentation")
    P.run_report(clean=False)
示例#3
0
def update_report():
    '''update report.'''

    E.info("updating report")
    P.run_report(clean=False)