Skip to content

Commit

Permalink
fix contributors (dmlc#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
szha authored and szhengac committed Apr 24, 2018
1 parent 4efc6ab commit 688ac06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ Language Processing (NLP) research.

- `Quick Start Guide <#quick-start-guide>`__
- `Resources <#resources>`__
- `Contributors <http://gluon-nlp.mxnet.io/master/contributor.html>`__

Installation
============
Expand Down Expand Up @@ -62,7 +61,7 @@ guide <http://gluon-nlp.mxnet.io/master/how_to/contribute.html>`__ to get
to know about our development procedure, how to propose bug fixes and
improvements, as well as how to build and test your changes to GluonNLP.

Check out the `contributors <http://gluon-nlp.mxnet.io/master/contributor.html>`__ for GluonNLP 0.2.0.
Join our `contributors <contributor.rst>`__.

Resources
=========
Expand Down Expand Up @@ -142,4 +141,4 @@ English word embeddings:
>>> type(glove['baby'])
<class 'mxnet.ndarray.ndarray.NDArray'>
>>> glove['baby'].shape
(50,)
(50,)
File renamed without changes.

0 comments on commit 688ac06

Please sign in to comment.