bogumilchilinski / dynpy

MIT License
8 stars 0 forks source link

Preparation or improvement of the guide for scheduling of course on Basics and Applications of Python (issue #920 related) #923

Closed bogumilchilinski closed 1 month ago

bogumilchilinski commented 1 month 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 IntroDynPyProjectGuidelines
IntroDynPyProjectGuidelines()
bogumilchilinski commented 1 month ago

New class for guidelines was prepared (issue #925).

The code was checked with the following call:

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