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

update doc #77

Merged
merged 1 commit into from
Sep 15, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update doc
  • Loading branch information
mli committed Sep 15, 2015
commit a7e300925cb658b7c3288cb19bd82b74496d4723
3 changes: 3 additions & 0 deletions doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ MXNet Documentation

Contents
--------


* [Python User Guide](python/python_guide.md)
* [Python API](python/python_api.md)
* [C++ Developer Guide](cpp/cpp_guide.md)
* [Doxygen Version of C++ API](https://mxnet.readthedocs.org/en/latest/doxygen)

Expand Down
12 changes: 0 additions & 12 deletions doc/python/io.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc/python/kvstore.md

This file was deleted.

209 changes: 0 additions & 209 deletions doc/python/ndarray.md

This file was deleted.

29 changes: 29 additions & 0 deletions doc/python/python_api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# MXNet Python API

## NDArray API

```eval_rst
.. automodule:: mxnet.ndarray
:members:
```

## Symbol API

```eval_rst
.. automodule:: mxnet.symbol
:members:
```


## Executor API
```eval_rst
.. automodule:: mxnet.executor
:members:
```

## IO API

```eval_rst
.. automodule:: mxnet.io
:members:
```
Loading