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 2020/07/16 01:11:46 UTC

[GitHub] [incubator-mxnet] aaronmarkham opened a new issue #18725: metric.py change between branches - missing docs in master

aaronmarkham opened a new issue #18725:
URL: https://github.com/apache/incubator-mxnet/issues/18725


   ## Description
   Looks like master and 1.x have different implementations of metric and this has broken the docs in the process.
   
   This is blank:
   https://mxnet.apache.org/api/python/docs/api/metric/index.html
   
   Metric is under gluon in master:
   https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/gluon/metric.py
   
   1.6 has it: 
   https://mxnet.apache.org/versions/1.6/api/python/docs/api/metric/index.html
   
   1.5 has it:
   https://mxnet.apache.org/versions/1.5.0/api/python/metric/metric.html
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [incubator-mxnet] leezu commented on issue #18725: metric.py change between branches - missing docs in master

Posted by GitBox <gi...@apache.org>.
leezu commented on issue #18725:
URL: https://github.com/apache/incubator-mxnet/issues/18725#issuecomment-659573454


   The module should be documented in the same way as any other module on the website. The issue here is that the website build is not tested in PRs and thus it's no surprise to find various parts of the build break. Can we prioritize fixing the root-cause? https://github.com/apache/incubator-mxnet/issues/18732


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [incubator-mxnet] leezu closed issue #18725: metric.py change between branches - missing docs in master

Posted by GitBox <gi...@apache.org>.
leezu closed issue #18725:
URL: https://github.com/apache/incubator-mxnet/issues/18725


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [incubator-mxnet] szha commented on issue #18725: metric.py change between branches - missing docs in master

Posted by GitBox <gi...@apache.org>.
szha commented on issue #18725:
URL: https://github.com/apache/incubator-mxnet/issues/18725#issuecomment-659126473


   @leezu how would you like this module documented?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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