[DOCS] Bring relay docs to the top-level flat view (#5343)
authorTianqi Chen <tqchen@users.noreply.github.com>
Wed, 15 Apr 2020 22:32:59 +0000 (15:32 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2020 22:32:59 +0000 (15:32 -0700)
commitcc8cacb14448308f3411fba920c3bbc700d115ed
treefdd44ebd51ff07f37837aa628425a8d41acc3d74
parent3d18adf1e314364f1222e28ccd2714531d6e7a21
[DOCS] Bring relay docs to the top-level flat view (#5343)

- Changes most of the relay docs to use autosummary.
- Bring relay API docs to the top-level flat view for easier discovery
- Removed a few cases of re-exports.
16 files changed:
docs/api/python/index.rst
docs/api/python/relay/frontend.rst
docs/api/python/relay/image.rst
docs/api/python/relay/index.rst
docs/api/python/relay/nn.rst
docs/api/python/relay/op.rst [deleted file]
docs/api/python/relay/testing.rst
docs/api/python/relay/transform.rst
docs/api/python/relay/vision.rst
python/tvm/relay/op/image/__init__.py
python/tvm/relay/op/image/image.py
python/tvm/relay/op/nn/nn.py
python/tvm/relay/op/vision/multibox.py
python/tvm/relay/op/vision/nms.py
python/tvm/relay/testing/__init__.py
python/tvm/relay/testing/nat.py