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
Parameter | Type | Default | Meaning |
---|---|---|---|
starttime | DateTime | None | The displayed start date. If None, uses the report start date. |
endtime | DateTime | None | The displayed end date. If None, uses the report end date. |
override | str | None | The title to display. If None, uses the name of the report. |
location | str | None | The subtitle to display. If None, uses the location of the report. |
Return
None