rapidsai/cudf

Enable numpydoc validation

Open

#11.253 aperta il 12 lug 2022

Vedi su GitHub
 (25 commenti) (0 reazioni) (0 assegnatari)C++ (735 fork)batch import
0 - BacklogPythondocgood first issue

Metriche repository

Star
 (6000 star)
Metriche merge PR
 (Merge medio 17g 21h) (230 PR mergiate in 30 g)

Descrizione

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.

Guida contributor