DeepRank / deeprank2

An open-source deep learning framework for data mining of protein-protein interfaces or single-residue variants.
https://deeprank2.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
32 stars 12 forks source link

docs: clean up docstrings #628

Closed DaniBodor closed 1 month ago

DaniBodor commented 1 month ago

This was pretty fast to do, and looks much neater.

Mainly removed expected types from docstrings when they were given as type hints in the arguments of the function. In many cases also moved the default for an argument to the end of the same line In a few cases actually fixed an error in a docstring or improved the explanation

fix: #627