-
Notifications
You must be signed in to change notification settings - Fork 142
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
Add some pyaedt emit documentation #4485
Conversation
Also fixed some minor documentation issues and replaced deprecated function `instance.get_largest_problem_type()` with `instance.get_largest_emi_problem_type()`
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4485 +/- ##
==========================================
- Coverage 81.43% 76.46% -4.97%
==========================================
Files 110 110
Lines 53482 53482
==========================================
- Hits 43554 40896 -2658
- Misses 9928 12586 +2658 |
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.
@jsalant22 Thanks for this contribution. Since the documentation you provide does not link to other classes / modules, I feel like it should be moved to the User_guide
instead of API
. @Samuelopez-ansys what do you think ?
@jsalant22 @SMoraisAnsys You could call it EMIT Modeler, what do you think? |
move docs to user guide instead of API
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 again for the contribution ! Good job
Also fixed some minor documentation issues and replaced deprecated function
instance.get_largest_problem_type()
withinstance.get_largest_emi_problem_type()