Title

The Title function of the mplreport class adds a simple title-block to the top of your report page.

Using the optional keyword parameters, you can adjust the content of the title.

Parameters
ParameterTypeDefaultMeaning
starttimeDateTimeNoneThe displayed start date. If None, uses the report start date.
endtimeDateTimeNoneThe displayed end date. If None, uses the report end date.
overridestrNoneThe title to display. If None, uses the name of the report.
locationstrNoneThe subtitle to display. If None, uses the location of the report.
Return

None