def build_report():
    '''build report from scratch.'''

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

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

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

    E.info("updating documentation")
    P.run_report(clean=False)
Beispiel #5
0
def build_report():
    '''build report from scratch.'''

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

    E.info("updating report")
    P.run_report(clean=False)
def update_report():
    """update report."""

    E.info("updating documentation")
    P.run_report(clean=False)
def build_report():
    """build report from scratch."""

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

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