Closed desilinguist closed 1 year ago
Patch coverage: 100.00
% and no project coverage change.
Comparison is base (
0a4381a
) 95.21% compared to head (9ef3f53
) 95.21%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
skll.types
toTypeAlias
objects.typing_extensions
torequirements.txt
sinceTypeAlias
in only in Python 3.10+.doc/conf.py
.skll.types
to the API documentation section by creating a new fileapi/types.rst
.skll.config
module to match scikit-learn style, add type hints to the docstrings, and link type hints to SKLL-internal documentation or to the appropriate external documentation.doc/requirements.txt
to use newer versions ofsphinx
andsphinx_rtd_theme
.Here's the corresponding documentation built from this branch: https://skll.readthedocs.io/en/647-improve-docstrings-typehints-1/
This is the first PR under #647.