Skip to content

Commit ceb54b3

Browse files
committed
Merge pull request #581 from enthought/feature/add-nbviewer-links-in-docs
Add nbviewer links in docs
2 parents ba3b3e4 + 193b3ce commit ceb54b3

File tree

2 files changed

+195
-88
lines changed

2 files changed

+195
-88
lines changed

docs/source/index.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,12 @@ Getting Started
106106
---------------
107107

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

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

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

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

123+
121124
History
122125
-------
123126

0 commit comments

Comments
 (0)