You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by lx...@apache.org on 2017/07/07 15:58:17 UTC

[04/50] [abbrv] incubator-mxnet-test git commit: Add mxnet issue and roadmap link (#6825)

Add mxnet issue and roadmap link (#6825)



Project: http://git-wip-us.apache.org/repos/asf/incubator-mxnet-test/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mxnet-test/commit/9e66154b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mxnet-test/tree/9e66154b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mxnet-test/diff/9e66154b

Branch: refs/heads/master
Commit: 9e66154b1edda0d8b1d64b9b1fd95e6fed8b18cc
Parents: cc62ade
Author: Yao Wang <ke...@gmail.com>
Authored: Mon Jun 26 22:35:16 2017 -0700
Committer: Eric Junyuan Xie <pi...@users.noreply.github.com>
Committed: Mon Jun 26 22:35:16 2017 -0700

----------------------------------------------------------------------
 docs/how_to/index.md | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mxnet-test/blob/9e66154b/docs/how_to/index.md
----------------------------------------------------------------------
diff --git a/docs/how_to/index.md b/docs/how_to/index.md
index d7e42ea..1e96a66 100644
--- a/docs/how_to/index.md
+++ b/docs/how_to/index.md
@@ -47,3 +47,12 @@ and full working examples, visit the [tutorials section](../tutorials/index.md).
 * [How do I set MXNet's environmental variables?](http://mxnet.io/how_to/env_var.html)
 
 * [How do I use MXNet as a front end for Torch?](http://mxnet.io/how_to/torch.html)
+
+## Questions about Using MXNet
+If you are not sure of how to use MXNet for something, or have questions about applying it to a particular kind of problem, please post a question at [Stackoverflow](http://stackoverflow.com/) with tag - ```mxnet```. You can view StackOverflow questions about mxnet [here](http://stackoverflow.com/questions/tagged/mxnet).
+
+## Issue Tracker
+We track bugs and new feature requests in the MXNet Github repo in the issues folder: [mxnet/issues](https://github.com/dmlc/mxnet/issues).
+
+## Roadmap
+MXNet is evolving fast. To see what's next and what we are working on internally, go to the [MXNet Roadmap](https://github.com/dmlc/mxnet/labels/Roadmap).