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 2018/10/23 23:27:48 UTC

[GitHub] aaronmarkham opened a new pull request #12945: missing line break fix for tutorials toc

aaronmarkham opened a new pull request #12945: missing line break fix for tutorials toc
URL: https://github.com/apache/incubator-mxnet/pull/12945
 
 
   ## Description ##
   This PR fixes a Sphinx error with the tutorials index page.
   
   Sphinx requires a line break after the option block and before the table of contents list. 
   
   It was throwing this error:
   
   ```
   /home/ubuntu/incubator-mxnet/docs/tutorials/index.md:1: ERROR: Error in "toctree" directive:
   invalid option block.
   
   .. toctree::
      :hidden:
      basic/index.md
      c++/index.md
      control_flow/index.md
      embedded/index.md
      gluon/index.md
      nlp/index.md
      onnx/index.md
      python/index.md
      r/index.md
      scala/index.md
      sparse/index.md
      speech_recognition/index.md
      tensorrt/index.md
      unsupervised_learning/index.md
      vision/index.md
   ```
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services