コード例 #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)