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 2019/10/02 00:59:56 UTC

[GitHub] [incubator-mxnet] aaronmarkham edited a comment on issue #16350: [Website] Function parameters display inconsistent

aaronmarkham edited a comment on issue #16350: [Website] Function parameters display inconsistent
URL: https://github.com/apache/incubator-mxnet/issues/16350#issuecomment-537290765
 
 
   It would seem that the signatures have been explicitly turned off with `:nosignatures:`.
   https://github.com/apache/incubator-mxnet/blob/master/docs/python_docs/python/api/ndarray/routines.rst
   I can't tell you why some were left with signatures and some were not other than I recall seeing problems with sphinx throwing duplicate ID warnings. Maybe that's why? You can try it out and remove the nosig thing and see what happens... if that's the desired output and if it doesn't add warnings, because we still need to turn "warnings as errors" back on so that PRs are not added that break the generation of the API docs.
   
   
   > @aaronmarkham
   > Use-case: In previous website, on 1 single page, I could search for all operators that have specific parameter "index".
   > But now I can't.
   
   These pages were somewhat hand-crafted to display the different functions, so I suppose you could create a page that has all ops and sigs on it.
   

----------------------------------------------------------------
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


With regards,
Apache Git Services