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

Python symbol/ndarray api re-org #7712

Merged
merged 18 commits into from
Sep 7, 2017
Merged

Conversation

eric-haibin-lin
Copy link
Member

@eric-haibin-lin eric-haibin-lin commented Sep 3, 2017

preview: http://ec2-54-187-32-207.us-west-2.compute.amazonaws.com:999/api/python

Summary:

  • add one more level to NDArray API and Symbol API. Now there're separate pages for sparse NDArray/Symbol.
  • add separate pages for random/linear algebra/contrib operators.
  • updated the docs for a few sparse operators

@reminisce @piiswrong

@@ -23,9 +23,14 @@ imported by running:

```eval_rst
.. toctree::
:maxdepth: 3
Copy link
Contributor

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

@piiswrong
Copy link
Contributor

break ndarray.md into two parts: NDArray Class and basic operators. Then add random, linalg etc

@eric-haibin-lin
Copy link
Member Author

@eric-haibin-lin eric-haibin-lin changed the title [WIP] prototype for python api re-org python symbol/ndarray api re-org Sep 6, 2017
@@ -625,16 +571,54 @@ We summarize the interface for each class in the following sections.
Custom
```

## Linear Algebra
Copy link
Contributor

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

Copy link
Member Author

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 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 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 eric-haibin-lin changed the title Oython symbol/ndarray api re-org Python symbol/ndarray api re-org Sep 6, 2017
@eric-haibin-lin
Copy link
Member Author

Done. Also ping @reminisce

@eric-haibin-lin
Copy link
Member Author

@piiswrong piiswrong merged commit 10a72c8 into apache:master Sep 7, 2017
@asmushetzel
Copy link
Contributor

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
@eric-haibin-lin eric-haibin-lin deleted the reorg branch September 15, 2017 04:55
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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants