aaronmarkham commented on issue #13055: tutorials C++ index page without meaningful content URL: https://github.com/apache/incubator-mxnet/issues/13055#issuecomment-438020798 Many of the tutorial folders were without an index page. Sphinx throws errors when there isn't a table of contents on an index page. The "glob" directive just tells Sphinx to autogenerate a ToC based on the contents of that directory. That is why it seems like it might not be meaningful, but if you browse to the site you can see that it created a basic table of contents: https://mxnet.incubator.apache.org/tutorials/c++/index.html If someone wants to expound upon these tutorials and organize an index page differently then that's a wide open opportunity, but at this point, I don't think this is an issue. @pengzhao-intel - what do you think?
---------------------------------------------------------------- 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
