hogepodge commented on a change in pull request #9633:
URL: https://github.com/apache/tvm/pull/9633#discussion_r787276098
##########
File path: docs/conf.py
##########
@@ -255,6 +255,7 @@ def git_describe_version(original_version):
"introduction.py",
"install.py",
"tvmc_command_line_driver.py",
+ "tvmc_python.py",
Review comment:
+1 to this, thanks!
##########
File path: docs/legacy_redirect.py
##########
@@ -242,6 +242,10 @@
"tutorials/get_started/tvmc_command_line_driver.html",
"../../tutorial/tvmc_command_line_driver.html",
],
+ [
+ "tutorials/get_started/tvmc_python.html",
+ "../../tutorial/tvmc_python.html",
+ ],
Review comment:
Since this a new page, a redirect isn't necessary.
--
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]