eric-haibin-lin closed pull request #9576: fix vision datasets doc URL: https://github.com/apache/incubator-mxnet/pull/9576
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/api/python/gluon/data.md b/docs/api/python/gluon/data.md index 0b5f959e32..28433c0ae3 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> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services