This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Merged
Conversation
This was referenced Aug 23, 2018
Roshrini
pushed a commit
to Roshrini/mxnet
that referenced
this pull request
Aug 27, 2018
* update onnx API references * update descriptions
4 tasks
szha
pushed a commit
that referenced
this pull request
Aug 27, 2018
* Add a tutorial for control flow operators. (#12340) * the first version. * fix. * add to test. * fix. * fix. * fix * fix. * fix. * add title. * add link * fix. * Update ONNX API docs references (#12317) * update onnx API references * update descriptions * [MXAPPS-581] Disable an additional long test in the SD nightly (#12343) * Disable an additional test in the SD nightly that also takes over the timeout. * Documentation update related to sparse support (#12367) * Update sparse.md * Update sparse.md * Update csr.md * Update row_sparse.md * Update train.md
anirudh2290
pushed a commit
to anirudh2290/mxnet
that referenced
this pull request
Sep 19, 2018
* update onnx API references * update descriptions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The ONNX page is currently broken due to some name changes. The API Reference is blank:
https://mxnet.incubator.apache.org/api/python/contrib/onnx.html#api-reference
I fixed the overview table to link to things and now have the API reference appearing. I also updated the description text.
Comments
Sphinx won't render any shortcut references to the functions, so I'm calling them out the long way. When the Python config for these ONNX modules are updated we can try out the shorthand references and see if Sphinx likes it or not.

There are lint issues showing up in the docs build logs from these ONNX files as well as many other files.
I'll create a separate issues for these comments.