Skip to content

Commit

Permalink
Fix Sphinx document parsing error. (apache#13195)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu authored and azai91 committed Dec 1, 2018
1 parent 26489a8 commit e5a65ff
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 e5a65ff

Please sign in to comment.