-
Notifications
You must be signed in to change notification settings - Fork 46
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
Fix warnings in the documentation build #360
Conversation
@ssolson this should be a low lift to review when ready. We don't need to delay our release for this PR, but it would be great to merge whatever is pushed here and ready before the release. This will help ease future documentation updates and keep it fully updated. |
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.
Thanks @akeeste this PR focuses on clean up of the code.
This PR pairs with MHKiT-Software/MHKiT#80 and aims to eliminate the volume of warnings occurring in our documentation build.
Many of these changes will probably be fixing minor spacings/lines/issues in docstrings that show up as warnings but not errors when the documentation builds. Future linting should address and prevent these issues too.