rapidsai/cudf

Enable numpydoc validation

Open

#11,253 opened on Jul 12, 2022

View on GitHub
 (25 comments) (0 reactions) (0 assignees)C++ (735 forks)batch import
0 - BacklogPythondocgood first issue

Repository metrics

Stars
 (6,000 stars)
PR merge metrics
 (Avg merge 17d 21h) (230 merged PRs in 30d)

Description

numpydoc supports docstring validation that we should enable to supplement things like pydocstyle checks. The numpydoc validation will help us with more semantic checking, such as ensuring that docstrings actually align with the function signatures that they are attached to.

Contributor guide