-
Notifications
You must be signed in to change notification settings - Fork 144
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
Doc/auto api #318
Doc/auto api #318
Conversation
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.
Nice! Again, please consider removing the docstrings for trivial methods.
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.
Looks good. One general remark. I would suggest that each docstring is a sentence which ends with a full stop - similar to our inline comment rules.
I added a comment where I found missing full stops/sentences.
src/lava/magma/runtime/message_infrastructure/multiprocessing.py
Outdated
Show resolved
Hide resolved
* formatted docstrings for automatic documentation
Issue Number:
Objective of pull request:
This PR changes the format of several docstrings to allow shpinx to generate documentation.
Pull request checklist
Your PR fulfills the following requirements:
flakeheaven lint src/lava tests/
) and (bandit -r src/lava/.
) pass locallypytest
) passes locallyPull request type
Please check your PR type:
What is the current behavior?
What is the new behavior?
Does this introduce a breaking change?
Supplemental information