junrushao opened a new pull request, #510: URL: https://github.com/apache/tvm-ffi/pull/510
## Summary - Adopt `import tvm_ffi as ffi` as the standard import convention across all user-facing code: documentation (9 RST/MD files), docstring examples (15 Python modules), example scripts (8 files), and test files (26 files). - The `tvm_ffi` package itself is unchanged; only the import alias used in consumer-facing code is updated, making code samples shorter and more consistent. - All Sphinx cross-references, automodule directives, CLI commands, and library filenames are preserved unchanged. ## Test plan - [x] Sphinx doc build (`uv run --group docs sphinx-build -M html docs docs/_build`) succeeded with no warnings related to these changes - [x] All pre-commit hooks pass (ruff check, ruff format, markdownlint, rstcheck, ASF header, etc.) - [ ] CI Python tests (no behavioral changes; purely cosmetic alias rename) - [ ] CI C++ tests (no C++ changes) > **Note:** This is a cosmetic/convention change with no behavioral impact. The package name remains `tvm_ffi`; `ffi` is a conventional alias that shortens user code. 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
