ansys / ansys-tools-filetransfer

Python Client for the Ansys Filetransfer Tool
https://filetransfer.tools.docs.pyansys.com/
MIT License
0 stars 0 forks source link

Consume type info and defaults from code #74

Closed greschd closed 6 months ago

greschd commented 6 months ago

Add 'sphinx.ext.napoleon' and 'sphinx_autodoc_typehints' to the documentation configuration, to consume the type information and defaults from the code instead of duplicating it in the docstring.

Use dependency groups instead of extras in the 'pyproject.toml', and simplify the setup by only having one development dependencies group.

Closes #73