-
Notifications
You must be signed in to change notification settings - Fork 17
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
Document class and module attributes #618
Document class and module attributes #618
Conversation
450788a
to
dae107f
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.
A few comments. Of course I didn't check if all missing attributes, etc. were documented. 😁
7d8c9d1
to
2d674a0
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.
Just a few more nitpicking about "The ...".
src/frequenz/sdk/actor/power_distributing/power_distributing.py
Outdated
Show resolved
Hide resolved
src/frequenz/sdk/timeseries/_formula_engine/_formula_generators/_formula_generator.py
Outdated
Show resolved
Hide resolved
src/frequenz/sdk/timeseries/ev_charger_pool/_set_current_bounds.py
Outdated
Show resolved
Hide resolved
src/frequenz/sdk/timeseries/ev_charger_pool/_ev_charger_pool.py
Outdated
Show resolved
Hide resolved
src/frequenz/sdk/timeseries/ev_charger_pool/_ev_charger_pool.py
Outdated
Show resolved
Hide resolved
src/frequenz/sdk/timeseries/ev_charger_pool/_ev_charger_pool.py
Outdated
Show resolved
Hide resolved
src/frequenz/sdk/timeseries/ev_charger_pool/_set_current_bounds.py
Outdated
Show resolved
Hide resolved
5c996f3
to
2763bc5
Compare
2763bc5
to
1b21ce1
Compare
1b21ce1
to
d4aef72
Compare
maybe "Rename variable name" -> "Rename variable" in first commit message? |
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.
Only one minor comment about commits structure. LGTM. Thanks!
src/frequenz/sdk/timeseries/_formula_engine/_formula_generators/_formula_generator.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Daniel Zullo <daniel.zullo@frequenz.com>
Signed-off-by: Daniel Zullo <daniel.zullo@frequenz.com>
Signed-off-by: Daniel Zullo <daniel.zullo@frequenz.com>
Add or amend docstrings for all classes and modules where needed. Signed-off-by: Daniel Zullo <daniel.zullo@frequenz.com>
Pylint was complaining about documentation (pointless-string-statement) for class attributes defined in the `__post_init__` method which is not the recommended way to define attributes. Signed-off-by: Daniel Zullo <daniel.zullo@frequenz.com>
The PV_ARRAY component category is from the early MicrogridData days and it is no longer. Signed-off-by: Daniel Zullo <daniel.zullo@frequenz.com>
d4aef72
to
f720979
Compare
Add or amend docstrings for all classes and modules where needed.
Fixes #74