BillionClaw opened a new pull request, #49517: URL: https://github.com/apache/arrow/pull/49517
## Summary This PR adds documentation clarifying that `.pxi` file doctests are tested via `lib.pyx` since `.pxi` files are included in `lib.pyx` and are not standalone modules. ## Changes Added a note in `docs/source/developers/python/development.rst` explaining: - `.pxi` files (such as `array.pxi`) are included in `lib.pyx` - Doctests in `.pxi` files are tested via `lib.pyx` - Example command showing how to run doctests on `lib.pyx` ## Related Issue Fixes apache/arrow#49503 ## Checklist - [x] Documentation update only (no code changes) - [x] Follows the project documentation style -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
