This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Sphinx is unable to access some MXNet ONNX module functions #12318
Comments
@mxnet-label-bot [Doc, Website] |
Hi @marcoabreu - this is more of a Python issue on the engineering side than something that can be fixed from within the website or docs systems. I might even label it a bug. |
@sandeep-krishnamurthy Could you please label above as [Python, Build, Bug] and remove [Doc, Website] |
This was referenced Oct 15, 2018
@aaronmarkham : What needs to be done here for the docs? |
7 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This causes Sphinx to fail processing the API docs when shorthand references are used. I used a workaround in #12317 to just reference the functions the long way.
This means the reference is:
mxnet.contrib.onnx.onnx2mx.import_model.import_model
When it could be:
mxnet.contrib.onnx.import_model
But the shorthand route doesn't work.
Example:
@Roshrini
The text was updated successfully, but these errors were encountered: