DOC: Add index of tutorials to user guide.

This commit is contained in:
Stefan van der Walt
2011-12-17 01:30:35 -08:00
parent 1bb446e7d0
commit 9ee513ca10
4 changed files with 11 additions and 4 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ User Guide
==========
.. toctree::
:maxdepth: 1
:maxdepth: 2
user_guide/data_types
user_guide/segmentation
user_guide/plugins
user_guide/tutorials

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

@@ -114,9 +114,9 @@ use the Sobel operator for computing the amplitude of the gradient::
From the 3-D surface plot shown below, we see that high barriers effectively
separate the coins from the background.
.. image:: elevation_map.jpg
.. image:: data/elevation_map.jpg
:align: center
Let us now compute the watershed transform::
>>> from skimage.morphology import watershed
+7
View File
@@ -0,0 +1,7 @@
Tutorials
=========
.. toctree::
:maxdepth: 1
tutorial_segmentation