You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/10/20 07:46:50 UTC

[GitHub] leezu commented on issue #12829: Incorrect docs link for NDArray

leezu commented on issue #12829: Incorrect docs link for NDArray
URL: https://github.com/apache/incubator-mxnet/issues/12829#issuecomment-431558179
 
 
   This may be due to the python modules not correctly specifying `__all__`. The members of `__all__` are the ones exported by a Python module. If `__all__` is not defined 
   
   #12365 splits mx.optimizer into mx.optimizer and mx.optimizer.contrib. It introduced the `__all__` statement. See https://github.com/apache/incubator-mxnet/pull/12365/files#diff-ee303d7550561edd63bea9a90d2f7106R24 https://github.com/apache/incubator-mxnet/pull/12365/files#diff-4b133b8d5dae8c5b7f6c8a872a244b3aR27 and https://github.com/apache/incubator-mxnet/pull/12365/files#diff-0c893416e9e93fbd94dfaa9fa6c13d67R34
   Looking at the last of the 3 links, `NDArray` is wrongly part of `__all__`. I'll open a PR to remove it. This may also fix this issue.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services