rapidsai/cudf

Enable numpydoc validation

Open

#11.253 aberto em 12 de jul. de 2022

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

Métricas do repositório

Stars
 (6.000 stars)
Métricas de merge de PR
 (Mesclagem média 17d 21h) (230 fundiu PRs em 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.

Guia do colaborador