bogumilchilinski / dynpy

MIT License
7 stars 0 forks source link

Implementation of `BasicsOfDynSysImplementationGuide` class that inherits by `Guide` document #686

Closed bogumilchilinski closed 3 weeks ago

bogumilchilinski commented 3 months ago

Class in documents.document.py is to be implemented. Reporting components from guides.en.py regarding BasicsOfDynSysImplementationGuide should be used.

bogumilchilinski commented 3 weeks ago

The code was checked with the following call:

from dynpy.utilities.documents.document import BasicsOfDynSysImplementationGuide
BasicsOfDynSysImplementationGuide();
Woojaszek2137 commented 3 weeks ago

Done