rapidsai/cudf

Enable numpydoc validation

Ouverte

#11 253 ouverte le 12 juil. 2022

 (27 commentaires) (0 réaction) (0 personne assignée)C++ (735 forks)batch import
0 - BacklogPythondocgood first issue

Métriques du dépôt

Stars
 (6 000 étoiles)
Métriques de merge PR
 (Merge moyen 17j 21h) (230 PRs mergées en 30 j)

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.

Guide contributeur