Commits

Antoine Pitrou authored 6ab947b1924
ARROW-15321: [Dev][Python] Also numpydoc-validate Cython-generated methods The numpydoc-validation routine in Archery would skip over many Cython-generated methods and properties. This PR also fixes and enhances the docstrings that would newly raise validation errors. Closes #12698 from pitrou/ARROW-15321-numpydoc-cython Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>