comaniac commented on a change in pull request #4954: [DOCS] Fix some of the docs errors URL: https://github.com/apache/incubator-tvm/pull/4954#discussion_r385305517
########## File path: tutorials/language/intrin_math.py ########## @@ -66,7 +66,7 @@ # TVM intrinsic provides the user a mechanism to achieve this, and this # is the recommended way to solve the problem. # The following code use te.exp instead, which create an intrinsic call -# :any:`te.exp` to do the exponential. +# :py::func:`te.exp` to do the exponential. Review comment: Miss one at line 91. ---------------------------------------------------------------- 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
