[GitHub] [incubator-mxnet] leezu commented on issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-10 Thread GitBox
leezu commented on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656806613 WARNING: autodoc: failed to import module 'executor' from module 'mxnet'; the following exception was raised: No module named 'scipy' from the log

[GitHub] [incubator-mxnet] leezu commented on issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-09 Thread GitBox
leezu commented on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656446448 I suggest we focus on ensuring our users see the stable API docs, given that most users don't use MXNet 2 at this point anyways. This PR has exposed some bugs in the Sphinx

[GitHub] [incubator-mxnet] leezu commented on issue #18680: [Doc] Gluon Block/HybridBlock/SymbolBlock appears at the wrong place in the API doc

2020-07-09 Thread GitBox
leezu commented on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656373159 This should be due to missing use of `__all__` specifier in the `gluon.nn` namespace.