rapidsai/cudf

Enable numpydoc validation

Open

#11 253 ouverte le 12 juil. 2022

Voir sur GitHub
 (25 commentaires) (0 réactions) (0 assignés)C++ (735 forks)batch import
0 - BacklogPythondocgood first issue

Métriques du dépôt

Stars
 (6 000 stars)
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