Add docstrings, rebrand parameters and refactor printers #29

Merged
HEL merged 10 commits from feat/add-docstrings into main 2026-07-06 09:29:43 +00:00
Owner

This PR mainly adds docstring to most functions in the codebase.
It also includes a major refactor to rename Function.Argument to Function.Parameter and all argument references parameters where needed.
Finally, it refactors printers into a submodule and separate files for each printer

Some renaming required some tests to be updated too

This PR mainly adds docstring to most functions in the codebase. It also includes a major refactor to rename `Function.Argument` to `Function.Parameter` and all argument references parameters where needed. Finally, it refactors printers into a submodule and separate files for each printer Some renaming required some tests to be updated too
HEL self-assigned this 2026-07-06 09:25:35 +00:00
HEL added 10 commits 2026-07-06 09:25:35 +00:00
HEL merged commit a418fe3eaf into main 2026-07-06 09:29:43 +00:00
HEL deleted branch feat/add-docstrings 2026-07-06 09:29:43 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: HEL/midas#29