blob: 8411a7e886b0d4a4b77e2e7461463cbaf653f5e6 [file] [log] [blame] [view]
# MXNet - Python API
Many docstrings contain example code, which
demonstrates the basic usage of the routine. The examples assume that `MXNet` is
imported with:
```python
>>> import mxnet as mx
```
```eval_rst
.. note:: A convenient way to execute examples is the ``%doctest_mode`` mode of
Jupyter notebook, which allows for pasting of multi-line examples contains
``>>>`` and preserves indentation. Run ``%doctest_mode?`` in Jupyter notebook
for more details.
```
## Table of contents
```eval_rst
.. toctree::
:maxdepth: 2
ndarray
symbol
module
kvstore
io
optimization
```