Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix Sphinx document parsing error. (#13195)
Browse files Browse the repository at this point in the history
Fixes #12935
  • Loading branch information
frankfliu authored and nswamy committed Nov 9, 2018
1 parent 7f1d53e commit 3bbbf6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/api/python/gluon/model_zoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -232,6 +233,7 @@ The following table summarizes the available models.
.. automodule:: mxnet.gluon.model_zoo.vision
:members:
:imported-members:
:noindex:
```

Expand Down
5 changes: 3 additions & 2 deletions docs/api/python/io/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,16 @@ 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
```

### mxnet.io - Helper Classes & Functions

```eval_rst
.. automodule:: mxnet.io
:members: DataBatch, DataDesc, DataIter, MXDataIter, PrefetchingIter, ResizeIter
:noindex:
:members: DataBatch, DataDesc, DataIter, MXDataIter, PrefetchingIter, ResizeIter
```

### mxnet.recordio
Expand Down

0 comments on commit 3bbbf6d

Please sign in to comment.