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

Text APIs: interface re-design with name changes #9534

Merged
merged 11 commits into from
Jan 24, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/api/python/contrib/contrib.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Contrib Package

## Overview

The `Contrib` APIs, defined in the `mxnet.contrib` package, provides
many useful experimental APIs for new features.
This is a place for the community to try out the new features,
so that feature contributors can receive feedback.

```eval_rst
.. warning:: This package contains experimental APIs and may change in the near future.
```