Ejemplo n.º 1
0
def build_report():
    '''build report from scratch.'''

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

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

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