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

2020-07-09 Thread GitBox
leezu edited a comment on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656373159 I notice that 1.6 site displays both locations https://mxnet.apache.org/versions/1.6/api/python/docs/api/gluon/block.html#mxnet.gluon.Block

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

2020-07-09 Thread GitBox
leezu edited a comment on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656373159 I notice that 1.6 site displays both locations https://mxnet.apache.org/versions/1.6/api/python/docs/api/gluon/block.html#mxnet.gluon.Block

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

2020-07-09 Thread GitBox
leezu edited a comment on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656373159 I notice that 1.6 site displays both locations https://mxnet.apache.org/versions/1.6/api/python/docs/api/gluon/block.html#mxnet.gluon.Block

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

2020-07-09 Thread GitBox
leezu edited a comment on issue #18680: URL: https://github.com/apache/incubator-mxnet/issues/18680#issuecomment-656373159 This is as MXNet exposes `Block` as both `gluon.Block` and `gluon.nn.Block`. I'm not sure if it's intended or not. If we like to remove it, we just need to use the

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

2020-07-09 Thread GitBox
leezu edited a comment 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.