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/09 05:02:41 UTC

[GitHub] nswamy closed pull request #13195: Fix Sphinx document parsing error.

nswamy closed pull request #13195: Fix Sphinx document parsing error.
URL: https://github.com/apache/incubator-mxnet/pull/13195
 
 
   

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 e6ac795a673..288cf96f1d0 100644
--- a/docs/api/python/gluon/model_zoo.md
+++ b/docs/api/python/gluon/model_zoo.md
@@ -26,6 +26,7 @@ In the rest of this document, we list routines provided by the `gluon.model_zoo`
 ```eval_rst
 .. currentmodule:: mxnet.gluon.model_zoo.vision
 .. automodule:: mxnet.gluon.model_zoo.vision
+    :noindex:
 ```
 
 The following table summarizes the available models.
@@ -232,6 +233,7 @@ 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 8e7330aa6f9..a069eae61e7 100644
--- a/docs/api/python/io/io.md
+++ b/docs/api/python/io/io.md
@@ -154,6 +154,7 @@ 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
 ```
 
@@ -161,8 +162,8 @@ The backend engine will recognize the index of `N` in the `layout` as the axis f
 
 ```eval_rst
 .. automodule:: mxnet.io
-   :members: DataBatch, DataDesc, DataIter, MXDataIter, PrefetchingIter, ResizeIter
-
+    :noindex:
+    :members: DataBatch, DataDesc, DataIter, MXDataIter, PrefetchingIter, ResizeIter
 ```
 
 ### mxnet.recordio


 

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