ansys / pymechanical

Pythonic interface to Ansys Mechanical
https://mechanical.docs.pyansys.com/
MIT License
29 stars 13 forks source link

feat: implement autoapi #761

Closed klmcadams closed 1 week ago

klmcadams commented 3 weeks ago

Implement ansys-sphinx-theme[autoapi] and add docstrings to constants. Please feel free to change the docstrings if there are better descriptions. I deleted the doc/source/api folder to remove the manual API information, but if you think we should keep some of these files lmk

Closes #759

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 97.05882% with 1 line in your changes missing coverage. Please review.

Project coverage is 81.21%. Comparing base (e0006ee) to head (4633c33).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #761 +/- ## ========================================== + Coverage 80.94% 81.21% +0.26% ========================================== Files 32 32 Lines 2015 2049 +34 ========================================== + Hits 1631 1664 +33 - Misses 384 385 +1 ```