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

Fix Sphinx document parsing error. #13195

Merged
merged 1 commit into from
Nov 9, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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