This is an automated email from the ASF dual-hosted git repository.

haibin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 7fb8154  fix vision datasets doc (#9576)
7fb8154 is described below

commit 7fb8154eefbc631830515ea43a22af48c0eac1c6
Author: Sheng Zha <s...@users.noreply.github.com>
AuthorDate: Fri Jan 26 14:41:52 2018 -0800

    fix vision datasets doc (#9576)
---
 docs/api/python/gluon/data.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/api/python/gluon/data.md b/docs/api/python/gluon/data.md
index 0b5f959..28433c0 100644
--- a/docs/api/python/gluon/data.md
+++ b/docs/api/python/gluon/data.md
@@ -51,8 +51,10 @@ In the rest of this document, we list routines provided by 
the `gluon.data` pack
 
 ### Vision
 
+#### Vision Datasets
+
 ```eval_rst
-.. currentmodule:: mxnet.gluon.data.vision
+.. currentmodule:: mxnet.gluon.data.vision.datasets
 ```
 
 ```eval_rst
@@ -80,6 +82,9 @@ In the rest of this document, we list routines provided by 
the `gluon.data` pack
 .. automodule:: mxnet.gluon.data.vision
     :members:
 
+.. automodule:: mxnet.gluon.data.vision.datasets
+    :members:
+
 ```
 
 <script>auto_index("api-reference");</script>

-- 
To stop receiving notification emails like this one, please contact
hai...@apache.org.

Reply via email to