From d0a51463ae95b289be3ce98239e6b9fc5b5da6d3 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Mon, 28 Nov 2022 18:08:09 +0300 Subject: [PATCH] [Docs][Bug] Fix broken link to tvmc python Ensure correct link is generated to the next page in the documentation. Update description to indicate next section introduces Python API, and the section after that discusses the same material but using Python rather than the command line interface. --- gallery/tutorial/tvmc_command_line_driver.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gallery/tutorial/tvmc_command_line_driver.py b/gallery/tutorial/tvmc_command_line_driver.py index 39e5f06311cd..3f4413e848ce 100644 --- a/gallery/tutorial/tvmc_command_line_driver.py +++ b/gallery/tutorial/tvmc_command_line_driver.py @@ -518,6 +518,8 @@ # To see what other options are available, please have a look at ``tvmc # --help``. # -# In the next tutorial, `Compiling and Optimizing a Model with the Python -# Interface `_, we will cover the same compilation -# and optimization steps using the Python interface. +# In the `next tutorial `, we introduce the Python interface to TVM, +# and in the tutorial after that, +# `Compiling and Optimizing a Model with the Python Interface `, +# we will cover the same compilation and optimization steps using the Python +# interface.