Our stages are well-documented by now but mostly within the Python files, where it is easy to keep track of changes. However, for SumUp it mightbe tedious to look up individual source code files, so we want to compile a "human-readable" document (probably Markdown or HTML) from that.
The document should be easily accessible to SumUp so we can either put it with the rest of our documentation or maybe make the document generation part of the build process instead.
Acceptance Criteria
It is possible to auto-generate a human-readable documentation from the docs-strings in our pipeline stages
Ideally this is done automatically, e.g. during building
Our stages are well-documented by now but mostly within the Python files, where it is easy to keep track of changes. However, for SumUp it mightbe tedious to look up individual source code files, so we want to compile a "human-readable" document (probably Markdown or HTML) from that.
The document should be easily accessible to SumUp so we can either put it with the rest of our documentation or maybe make the document generation part of the build process instead.
Acceptance Criteria