Skip to content
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
9 changes: 6 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,12 @@ Getting Started
---------------

To see some initial examples of what DistArray can do, check out the IPython
notebooks and python scripts in the ``examples`` directory. To start, see the
`features`_ notebook, also viewable on nbviewer.
notebooks and python scripts in the ``examples`` directory. Read-only versions
of our notebooks are also viewable on nbviewer:

.. _features: http://nbviewer.ipython.org/github/enthought/distarray/blob/master/examples/features.ipynb
* `DistArray Features <http://nbviewer.ipython.org/github/enthought/distarray/blob/master/examples/features.ipynb>`_
* `Seismic Volume <http://nbviewer.ipython.org/github/enthought/distarray/blob/master/examples/seismic_volume/seismic_volume.ipynb>`_
* `Julia Set <http://nbviewer.ipython.org/github/enthought/distarray/blob/master/examples/julia_set/julia_set.ipynb>`_

If you have questions or would like to contribute, contact us

Expand All @@ -118,6 +120,7 @@ If you have questions or would like to contribute, contact us
* through the DistArray GitHub repo: https://github.com/enthought/distarray
(for bug reports and pull requests).


History
-------

Expand Down
Loading