You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following this pyansys guideline would improve the layout of our API documentation by removing typehinting from the signature and instead putting it at the level of each parameter.
This also removes the need to write the type required at the dosctring level apparently.
See ansys/pydpf-core#498.
📝 Description of the feature
Following this pyansys guideline would improve the layout of our API documentation by removing typehinting from the signature and instead putting it at the level of each parameter.
This also removes the need to write the type required at the dosctring level apparently.
See ansys/pydpf-core#498.
💡 Steps for implementing the feature
https://dev.docs.pyansys.com/doc-style/docstrings.html#type-hints
🔗 Useful links and references
No response
The text was updated successfully, but these errors were encountered: