ptrendx commented on a change in pull request #18622:
URL: https://github.com/apache/incubator-mxnet/pull/18622#discussion_r470852890
##########
File path: docs/python_docs/python/tutorials/extend/index.rst
##########
@@ -47,6 +47,12 @@ The following tutorials will help you learn how to customize
MXNet.
How to create new MXNet operators in MXNet's backend using C++.
An example custom quadratic function op.
+ .. card::
+ :title: Using runtime compilation (RTC) to write CUDA kernels in MXNet
+ :link: https://mxnet.apache.org/api/faq/using_rtc
Review comment:
Yeah, I tried putting those relative links in the toctree as well and
building of Python docs complains with
```
/work/mxnet/docs/python_docs/python/build/tutorials/extend/index.rst:57:
WARNING: toctree contains reference to nonexisting document 'api/faq/new_op'
/work/mxnet/docs/python_docs/python/build/tutorials/extend/index.rst:57:
WARNING: toctree contains reference to nonexisting document
'api/faq/add_op_in_backend'
/work/mxnet/docs/python_docs/python/build/tutorials/extend/index.rst:57:
WARNING: toctree contains reference to nonexisting document 'api/faq/using_rtc'
```
and those entries are not shown in the final website.
----------------------------------------------------------------
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]