bogumilchilinski / dynpy

MIT License
7 stars 0 forks source link

Preparation or improvement of the guide for examination of the implemented dynamic systems (issue #872 related) #875

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

Components of the guide have been improved.

The code was checked with the following call:

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