rapidsai/cudf

Enable numpydoc validation

Open

#11,253 opened on 2022年7月12日

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
 (平均マージ 17d 21h) (30d で 230 merged PRs)

説明

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.

コントリビューターガイド