bogumilchilinski / dynpy

MIT License
7 stars 0 forks source link

Implementation of `BasicsOfReportingGuide` class that inherits by `Guide` document #685

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 BasicsOfReportingGuide should be used.

bogumilchilinski commented 3 weeks ago

The code was checked with the following call:

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

Done