You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ns...@apache.org on 2018/11/09 05:07:27 UTC

[incubator-mxnet] branch master updated: Fix #13090, Add image.imread to python API doc. (#13176)

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

nswamy 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 3a6dcc7  Fix #13090, Add image.imread to python API doc. (#13176)
3a6dcc7 is described below

commit 3a6dcc7d3ba93628549502adedd1505df5364bc0
Author: Frank Liu <fr...@gmail.com>
AuthorDate: Thu Nov 8 21:07:15 2018 -0800

    Fix #13090, Add image.imread to python API doc. (#13176)
---
 docs/api/python/image/image.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/api/python/image/image.md b/docs/api/python/image/image.md
index 11fff4f..d5adaea 100644
--- a/docs/api/python/image/image.md
+++ b/docs/api/python/image/image.md
@@ -16,6 +16,7 @@ images provided in
 .. autosummary::
     :nosignatures:
 
+    image.imread
     image.imdecode
     image.scale_down
     image.resize_short
@@ -163,6 +164,7 @@ and a list of augmenters specific for `Object detection` is provided
 .. autoclass:: mxnet.image.ImageIter
     :members:
 
+.. automethod:: mxnet.image.imread
 .. automethod:: mxnet.image.imdecode
 .. automethod:: mxnet.image.scale_down
 .. automethod:: mxnet.image.resize_short