-
Notifications
You must be signed in to change notification settings - Fork 162
DOCS: Add docstring to some classes in constants.py #6099
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
Conversation
Update documentation for AXIS and a few other constant CLASSES.
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6099 +/- ##
=======================================
Coverage 85.65% 85.66%
=======================================
Files 166 166
Lines 62786 62786
=======================================
+ Hits 53781 53787 +6
+ Misses 9005 8999 -6 🚀 New features to boost your workflow:
|
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 an open question, could we use pyrhon enums here instead of this custom enum ?
Correct an error referring to the GRAVITY object in the docstring.
…doc/update-axis-docstring
I defer to the experts on this question. |
Update documentation for AXIS and a few other
constant CLASSES.
Description
Please provide a brief description of the changes made in this pull request.
Issue linked
Please mention the issue number or describe the problem this pull request addresses.
Checklist