bogumilchilinski / dynpy

MIT License
8 stars 0 forks source link

Preparation or improvement of the guide for overview of reporting components from `utilites.components.guides` module (issue #884 related) #887

Closed bogumilchilinski closed 2 months ago

bogumilchilinski commented 2 months ago

The goal is to prepare or improve a guide or report that is generated by the following code:

from dynpy.utilities.documents.document import BasicsOfReportComponentImplementationGuide
BasicsOfReportComponentImplementationGuide()
MichauSzewczyk commented 2 months ago

Additional reporting component has been implemented that lists reporting components (#912).

The code was checked with the following call:

from dynpy.utilities.documents.document import BasicsOfReportComponentImplementationGuide
BasicsOfReportComponentImplementationGuide()