You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by gi...@git.apache.org on 2017/08/01 17:05:50 UTC

[GitHub] piiswrong commented on a change in pull request #7284: add doc for contrib

piiswrong commented on a change in pull request #7284: add doc for contrib
URL: https://github.com/apache/incubator-mxnet/pull/7284#discussion_r130666957
 
 

 ##########
 File path: docs/api/python/contrib.md
 ##########
 @@ -0,0 +1,101 @@
+# Experimental APIs
+
+```eval_rst
+.. currentmodule:: mxnet.contrib
+```
+
+```eval_rst
+.. warning:: This package contains experimental APIs and may change in the near future.
+```
+
+## Overview
+
+The `contrib` package contains 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.
+
+## `contrib.ndarray` and `contrib.symbol` module
+
+```eval_rst
+.. autosummary::
+    :nosignatures:
+
+    ndarray.CTCLoss
 
 Review comment:
   can we make this automatic?
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services