This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
piiswrong
reviewed
Sep 3, 2017
docs/api/python/index.md
Outdated
@@ -23,9 +23,14 @@ imported by running: | |||
|
|||
```eval_rst | |||
.. toctree:: | |||
:maxdepth: 3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to list that many layers
break ndarray.md into two parts: NDArray Class and basic operators. Then add random, linalg etc |
eric-haibin-lin
changed the title
[WIP] prototype for python api re-org
python symbol/ndarray api re-org
Sep 6, 2017
piiswrong
reviewed
Sep 6, 2017
docs/api/python/ndarray/ndarray.md
Outdated
@@ -625,16 +571,54 @@ We summarize the interface for each class in the following sections. | |||
Custom | |||
``` | |||
|
|||
## Linear Algebra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
put linalg/rand/contrib in separate pages like sparse
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok.. I misunderstood your previous comment.
eric-haibin-lin
changed the title
python symbol/ndarray api re-org
[WIP] python symbol/ndarray api re-org
Sep 6, 2017
eric-haibin-lin
changed the title
[WIP] python symbol/ndarray api re-org
Oython symbol/ndarray api re-org
Sep 6, 2017
eric-haibin-lin
changed the title
Oython symbol/ndarray api re-org
Python symbol/ndarray api re-org
Sep 6, 2017
Done. Also ping @reminisce |
Great that this is done now. |
cjolivier01
pushed a commit
to cjolivier01/mxnet
that referenced
this pull request
Sep 11, 2017
* add ndarray folder * add sparse.md draft * update sparse.md * add contrib, linalg, random to ndarray.md * add contrib, linalg random to symbol * add sparse.md * update notes and op docs for sparse * remove unused files * add back random & la * fix inherited methods for sparse ndarray * remove speical members * fix lint * add contrib * add random.md
mbaijal
pushed a commit
to mbaijal/incubator-mxnet
that referenced
this pull request
Sep 19, 2017
* add ndarray folder * add sparse.md draft * update sparse.md * add contrib, linalg, random to ndarray.md * add contrib, linalg random to symbol * add sparse.md * update notes and op docs for sparse * remove unused files * add back random & la * fix inherited methods for sparse ndarray * remove speical members * fix lint * add contrib * add random.md
mbaijal
pushed a commit
to mbaijal/incubator-mxnet
that referenced
this pull request
Sep 19, 2017
* add ndarray folder * add sparse.md draft * update sparse.md * add contrib, linalg, random to ndarray.md * add contrib, linalg random to symbol * add sparse.md * update notes and op docs for sparse * remove unused files * add back random & la * fix inherited methods for sparse ndarray * remove speical members * fix lint * add contrib * add random.md
mbaijal
pushed a commit
to mbaijal/incubator-mxnet
that referenced
this pull request
Sep 20, 2017
* add ndarray folder * add sparse.md draft * update sparse.md * add contrib, linalg, random to ndarray.md * add contrib, linalg random to symbol * add sparse.md * update notes and op docs for sparse * remove unused files * add back random & la * fix inherited methods for sparse ndarray * remove speical members * fix lint * add contrib * add random.md
crazy-cat
pushed a commit
to crazy-cat/incubator-mxnet
that referenced
this pull request
Oct 26, 2017
* add ndarray folder * add sparse.md draft * update sparse.md * add contrib, linalg, random to ndarray.md * add contrib, linalg random to symbol * add sparse.md * update notes and op docs for sparse * remove unused files * add back random & la * fix inherited methods for sparse ndarray * remove speical members * fix lint * add contrib * add random.md
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
preview: http://ec2-54-187-32-207.us-west-2.compute.amazonaws.com:999/api/python
Summary:
@reminisce @piiswrong