aaronmarkham commented on issue #12376: [MXNET-854] SVRG Optimization in Python 
Module API
URL: https://github.com/apache/incubator-mxnet/pull/12376#issuecomment-418886147
 
 
   I'm not sure why those private members are showing up. Sphinx should 
recognize them as such if they're defined that way.
   Look at http://www.sphinx-doc.org/en/master/usage/extensions/autodoc.html 
and maybe you can use `:members` or similar to limit what's displayed.
   If you get your paths to be specific and accurate (without shortcuts) you 
should see the description populate assuming you have one. I noticed with ONNX 
that while `mxnet.onnx.import_model`  might work in Python, it didn't work with 
Sphinx. The full path was required for the docs to generate properly 
`mxnet.contrib.onnx.onnx2mx.import_model`. I'm not sure why though.
    
   Be sure to adjust settings.ini when testing the docs build, otherwise you'll 
be waiting forever each time while scala builds.
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to