rapidsai/cudf

Enable numpydoc validation

Open

#11,253 opened on Jul 12, 2022

View on GitHub
 (24 comments) (0 reactions) (0 assignees)C++ (6,000 stars) (735 forks)batch import
0 - BacklogPythondocgood first issue

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