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/11/14 00:12:33 UTC

[GitHub] frankfliu closed pull request #13240: Fix generated html docs javascript error.

frankfliu closed pull request #13240: Fix generated html docs javascript error.
URL: https://github.com/apache/incubator-mxnet/pull/13240
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/api/python/gluon/model_zoo.md b/docs/api/python/gluon/model_zoo.md
index 288cf96f1d0..ac093528ea5 100644
--- a/docs/api/python/gluon/model_zoo.md
+++ b/docs/api/python/gluon/model_zoo.md
@@ -233,7 +233,6 @@ The following table summarizes the available models.
 .. automodule:: mxnet.gluon.model_zoo.vision
     :members:
     :imported-members:
-    :noindex:
 
 ```
 
diff --git a/docs/api/python/io/io.md b/docs/api/python/io/io.md
index a069eae61e7..81e5b367ad0 100644
--- a/docs/api/python/io/io.md
+++ b/docs/api/python/io/io.md
@@ -154,7 +154,6 @@ The backend engine will recognize the index of `N` in the `layout` as the axis f
 
 ```eval_rst
 .. automodule:: mxnet.io
-    :noindex:
     :members: NDArrayIter, CSVIter, LibSVMIter, ImageRecordIter, ImageRecordUInt8Iter, MNISTIter
 ```
 
@@ -162,7 +161,6 @@ The backend engine will recognize the index of `N` in the `layout` as the axis f
 
 ```eval_rst
 .. automodule:: mxnet.io
-    :noindex:
     :members: DataBatch, DataDesc, DataIter, MXDataIter, PrefetchingIter, ResizeIter
 ```
 


 

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