tqchen commented on a change in pull request #5112: [docs] Update relay docs
URL: https://github.com/apache/incubator-tvm/pull/5112#discussion_r395834546
##########
File path: docs/api/python/relay/index.rst
##########
@@ -27,16 +27,22 @@ compiler stack.
.. toctree::
:maxdepth: 2
+ analysis
backend
- base
- build_module
- expr
frontend
image
- analysis
transform
nn
op
- scope_builder
vision
testing
+
+.. automodule:: tvm.relay
+ :members:
+ :imported-members:
+ :exclude-members: RelayExpr, Pass, PassInfo, function_pass, PassContext,
Review comment:
We can also consider allow these members, but modify
https://github.com/apache/incubator-tvm/blob/master/docs/conf.py#L254 to mark
them as alias
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services