-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: improve commons module documentation #1055
Conversation
5006264
to
c168a17
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this documentation work! 👏 I am looking forward to the systemic effects of having documentation throughout the codebase and how further contributions will improve it 😃
There is a lot of overlap with other PRs (#1033, #1060…) for task running parts, I'm looking forward to merges and rebases that will progressively allow us to focus reviews on functional / documentation changes!
def __init__(self) -> None: | ||
pass | ||
... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For other reviewers wondering, this is a noop: https://stackoverflow.com/a/6189281
Co-authored-by: Matti Schneider <[email protected]>
3c68f33
to
fd75c50
Compare
For the "visible" end result, we still need #1054
Yes, that was a rather painful rebase 🤣 |
Fixes #1251
Follows discussion on #1033
Documentation