Added sections to gallery of examples

Modified travis_script.sh to account for the new structure of the gallery

Added README.txt files in directories of gallery examples

Fixed references to gallery images in user guide pages

Fixed broken links
This commit is contained in:
emmanuelle
2015-12-19 15:28:15 +01:00
parent 827e4b11c9
commit 55f5103dd8
84 changed files with 45 additions and 31 deletions
@@ -78,8 +78,8 @@ using an array of labels to encode the regions to be represented with the
same color.
.. image: ../auto_examples/images/plot_join_segmentations_1.png
:target: ../auto_examples/plot_join_segmentations.html
.. image: ../auto_examples/segmentation/images/plot_join_segmentations_1.png
:target: ../auto_examples/segmentation/plot_join_segmentations.html
:align: center
:width: 80%
@@ -87,9 +87,9 @@ same color.
.. topic:: Examples:
* :ref:`example_plot_tinting_grayscale_images.py`
* :ref:`example_plot_join_segmentations.py`
* :ref:`example_plot_rag_mean_color.py`
* :ref:`example_color_exposure_plot_tinting_grayscale_images.py`
* :ref:`example_segmentation_plot_join_segmentations.py`
* :ref:`example_segmentation_plot_rag_mean_color.py`
Contrast and exposure
@@ -157,16 +157,16 @@ details are enhanced in large regions with poor contrast. As a further
refinement, histogram equalization can be performed in subregions of the
image with :func:`equalize_adapthist`, in order to correct for exposure
gradients across the image. See the example
:ref:`example_plot_equalize.py`.
:ref:`example_color_exposure_plot_equalize.py`.
.. image:: ../auto_examples/images/plot_equalize_1.png
:target: ../auto_examples/plot_equalize.html
.. image:: ../auto_examples/color_exposure/images/plot_equalize_1.png
:target: ../auto_examples/color_exposure/plot_equalize.html
:align: center
:width: 90%
.. topic:: Examples:
* :ref:`example_plot_equalize.py`
* :ref:`example_color_exposure_plot_equalize.py`