aaronmarkham commented on issue #11238: UX for ONNX Documentation is broken URL: https://github.com/apache/incubator-mxnet/issues/11238#issuecomment-397089097 So this is happening elsewhere too. It seems like a lot of the docs moved one folder deeper, and how they are referenced changed as well. Certain things, like jquery, look for an index.html page in each subfolder. Rather than have a contrib/index.html, we seem to have contrib/contrib.html. Also, all of the script references like the following that are used to generate the API Reference section are off by one folder.: ``` <script type="text/javascript" src='../../_static/js/auto_module_index.js'></script> ``` This should be `../../../` or just reference the full link: https://mxnet.incubator.apache.org/_static/js/auto_module_index.js I can easily fix this, but I'm concerned why/how it happened in the first place, and that just updating all of the references to this script is just treating a tiny symptom of a larger problem. FYI, @kpmurali @thomelane
---------------------------------------------------------------- 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
