:mod:`memote.suite.reporting.history` ===================================== .. py:module:: memote.suite.reporting.history .. autoapi-nested-parse:: Render results into pretty HTML. .. !! processed by numpydoc !! Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: memote.suite.reporting.history.HistoryReport .. data:: LOGGER .. py:class:: HistoryReport(history, configuration, **kwargs) Bases: :class:`memote.suite.reporting.report.Report` Render a rich report using the git repository history. :Attributes: **configuration** : memote.MemoteConfiguration A memote configuration structure. .. !! processed by numpydoc !! .. method:: collect_history(self) Build the structure of results in terms of a commit history. .. !! processed by numpydoc !!