This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push:
new b716a97 add tvm.micro pydoc to sphinx (#5661)
b716a97 is described below
commit b716a97136b117e1eca80989250fb4a8f6271229
Author: Andrew Reusch <[email protected]>
AuthorDate: Tue May 26 11:30:19 2020 -0700
add tvm.micro pydoc to sphinx (#5661)
* add tvm.micro pydoc to sphinx
* making build pass and addressing tqchen comments
---
docs/api/python/index.rst | 1 +
docs/api/python/{index.rst => micro.rst} | 35 ++++++--------------------------
2 files changed, 7 insertions(+), 29 deletions(-)
diff --git a/docs/api/python/index.rst b/docs/api/python/index.rst
index c279dc2..50d7a3d 100644
--- a/docs/api/python/index.rst
+++ b/docs/api/python/index.rst
@@ -40,6 +40,7 @@ Python API
relay/testing
autotvm
rpc
+ micro
contrib
graph_runtime
vta/index
diff --git a/docs/api/python/index.rst b/docs/api/python/micro.rst
similarity index 70%
copy from docs/api/python/index.rst
copy to docs/api/python/micro.rst
index c279dc2..1a93f74 100644
--- a/docs/api/python/index.rst
+++ b/docs/api/python/micro.rst
@@ -15,32 +15,9 @@
specific language governing permissions and limitations
under the License.
-Python API
-==========
-
-.. toctree::
- :maxdepth: 2
-
- runtime
- ndarray
- error
- ir
- target
- tir
- te
- driver
- relay/index
- relay/frontend
- relay/nn
- relay/vision
- relay/image
- relay/transform
- relay/analysis
- relay/backend
- relay/testing
- autotvm
- rpc
- contrib
- graph_runtime
- vta/index
- topi
+tvm.micro
+---------
+.. automodule:: tvm.micro
+ :members:
+ :imported-members:
+ :autosummary: