junrushao commented on code in PR #52: URL: https://github.com/apache/tvm-ffi/pull/52#discussion_r2374522365
########## docs/reference/python/index.rst: ########## @@ -81,7 +81,16 @@ Stream Context Utility ------- -.. toctree:: - :maxdepth: 1 +C++ integration helpers for building and loading inline modules. - cpp/index.rst + +.. autosummary:: + :toctree: generated/ + + cpp.load_inline + + +.. (Experimental) Dataclasses +.. -------------------------- +.. dataclasses.c_class +.. dataclasses.field Review Comment: @tqchen I aim to hide current experimental APIs given they are not mature yet ########## docs/reference/python/index.rst: ########## @@ -81,7 +81,16 @@ Stream Context Utility ------- -.. toctree:: - :maxdepth: 1 +C++ integration helpers for building and loading inline modules. - cpp/index.rst + +.. autosummary:: + :toctree: generated/ + + cpp.load_inline + + +.. (Experimental) Dataclasses +.. -------------------------- +.. dataclasses.c_class +.. dataclasses.field Review Comment: @tqchen I intent to hide current experimental APIs given they are not mature yet -- 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]
