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

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

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

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