bogumilchilinski / dynpy

MIT License
7 stars 0 forks source link

Preparation or improvement of the guide for calling of recently implemented dynamic systems (issue #864 related) #867

Closed bogumilchilinski closed 4 days ago

bogumilchilinski commented 3 weeks 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 DynSysOverviewReport
DynSysOverviewReport();
bogumilchilinski commented 4 days ago

Additional reporting component has been implemented that presents usage of the DynSysOverviewReport class (#632 ).

The code was checked with the following call:

from dynpy.utilities.documents.document import DynSysOverviewReport
DynSysOverviewReport();