This is an automated email from the ASF dual-hosted git repository.

ruihangl pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 13867ea66f [Docs] Add PyModule tutorial to How-To toctree (#19397)
13867ea66f is described below

commit 13867ea66ff3cc7a6f50c4f1e332ad76d51dd53e
Author: Shushi Hong <[email protected]>
AuthorDate: Mon Apr 13 10:27:15 2026 -0400

    [Docs] Add PyModule tutorial to How-To toctree (#19397)
    
    as per title, fixing with add a new link
---
 docs/index.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/index.rst b/docs/index.rst
index 9bebfe1772..01a4a64f08 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -47,6 +47,7 @@ driving its costs down.
    how_to/tutorials/optimize_llm
    how_to/tutorials/cross_compilation_and_rpc
    how_to/tutorials/export_and_load_executable
+   how_to/tutorials/mix_python_and_tvm_with_pymodule
    how_to/dev/index
 
 .. The Deep Dive content is comprehensive

Reply via email to