rapidsai/cudf

Enable numpydoc validation

开放

#11,253 创建于 2022年7月12日

 (27 条评论) (0 个反应) (0 位负责人)C++ (735 个派生)batch import
0 - BacklogPythondocgood first issue

仓库指标

星标
 (6,000 个星标)
PR 合并指标
 (平均合并 17天 21小时) (30 天内合并 230 个 PR)

描述

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.

贡献者指南