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

Fix generated html docs javascript error. #13240

Closed
wants to merge 1 commit into from
Closed
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
1 change: 0 additions & 1 deletion docs/api/python/gluon/model_zoo.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ The following table summarizes the available models.
.. automodule:: mxnet.gluon.model_zoo.vision
:members:
:imported-members:
:noindex:

```

Expand Down
2 changes: 0 additions & 2 deletions docs/api/python/io/io.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,13 @@ 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
:noindex:
:members: DataBatch, DataDesc, DataIter, MXDataIter, PrefetchingIter, ResizeIter
```

Expand Down