[DOCS] Fix Sphinx Warnings (RST indent, cross-ref, and image scale) (#4920)
authorCody Yu <comaniac0422@gmail.com>
Thu, 20 Feb 2020 22:09:34 +0000 (14:09 -0800)
committerGitHub <noreply@github.com>
Thu, 20 Feb 2020 22:09:34 +0000 (14:09 -0800)
commit98e7709ff9e69d48ed46e66d89145aeed074f509
tree4bb3f7315b817e0a12e4703d0dd3090d13e2f165
parentefd35e86992815d7f46a77dfced79180964472ac
[DOCS] Fix Sphinx Warnings (RST indent, cross-ref, and image scale) (#4920)

* fix indents

* Fix image scale and cross-ref
22 files changed:
docs/api/python/index.rst
docs/api/python/relay/op.rst
docs/api/python/runtime.rst
docs/contribute/pull_request.rst
docs/deploy/index.rst
docs/dev/inferbound.rst
docs/dev/relay_bring_your_own_codegen.rst
docs/dev/relay_intro.rst
docs/dev/runtime.rst
docs/dev/virtual_machine.rst
docs/vta/dev/hardware.rst
docs/vta/hardware.rst [deleted file]
tutorials/frontend/build_gcn.py
tutorials/frontend/from_tflite.py
tutorials/frontend/using_external_lib.py
tutorials/language/tuple_inputs.py
tutorials/optimize/opt_conv_tensorcore.py
tutorials/optimize/opt_gemm.py
tutorials/optimize/opt_matmul_auto_tensorcore.py
tutorials/relay_quick_start.py
vta/tutorials/frontend/README.txt
vta/tutorials/frontend/deploy_vision_on_vta.py