Commit Graph

1137 Commits

Author SHA1 Message Date
Steven Silvester ba1d2ee363 Fix document build error with new notebook package 2015-09-05 19:57:59 -05:00
Johannes Schönberger 473a666086 Merge pull request #1575 from blink1073/imageio-plugin
Add a plugin and test for imageio
2015-09-04 14:17:48 -04:00
Steven Silvester b7c0607c31 Merge pull request #1681 from emmanuelle/fix_pep8_gallery
[ENH] Fixed some PEP8 issues in example gallery.
2015-09-04 13:15:36 -05:00
Johannes Schönberger cf84333a22 Merge pull request #1670 from odebeir/sprint_example_gamma
Sprint example gamma
2015-09-04 14:12:56 -04:00
Olivier Debeir c9cc47a635 typo 2015-09-04 17:19:53 +02:00
Steven Silvester e49bc01b1c Update the dev notes 2015-09-04 08:03:01 -05:00
odebeir 7046df9d3c typos 2015-09-03 20:25:57 +02:00
Robin Wilson 27730d11ab Added make.bat file for building docs on Windows
This is usually created automatically by sphinx-quickstart, but seems
to be missing in skimage. It caused a number of problems for Windows
users during the EuroSciPy 2015 sprints.
2015-08-30 23:05:12 +01:00
emmanuelle 84ac53824d [ENH] Fixed some PEP8 issues in example gallery. 2015-08-30 12:28:40 +02:00
Emmanuelle Gouillart 069c575955 Merge pull request #1659 from rougier/gallery-cleaning
Gallery example improvement
2015-08-30 11:49:34 +02:00
Juan Nunez-Iglesias b630f54e13 Merge pull request #1671 from jwiggins/fix-cubehelix-ref
Replace cubehelix with the viridis colormap in the RAG drawing example
2015-08-30 10:40:48 +01:00
Nicolas Rougier 6c421cd366 Fix style (pep8) 2015-08-30 09:35:44 +02:00
Emmanuelle Gouillart fa9e000ae4 Merge pull request #1631 from stefanv/rename_denoise_nl_means
Rename denoise nl means
2015-08-29 17:33:05 +02:00
Juan Nunez-Iglesias ae17d88637 Merge pull request #1673 from oew1v07/watershed_markers
Updated the explanation of the watershed markers example.
2015-08-29 11:44:41 +01:00
Nicolas Rougier 1bc1688b97 Rescale intensity to enhance image output 2015-08-29 11:42:42 +02:00
Nicolas Rougier b459107f89 Switched lena for astronaut 2015-08-29 11:42:42 +02:00
Nicolas Rougier e9cf4027e0 Remove ticks, add titles and reverse color such that contours are visible 2015-08-29 11:42:42 +02:00
David PS 64f8d44314 Titles of the plots for the wathershed example not seeing for the margins of the plot. 2015-08-29 10:00:15 +01:00
Olivia 8ad487e059 Split comment into two rows 2015-08-29 09:54:09 +01:00
John Wiggins 38d8e9f5f2 Import viridis from skimage.util.colormap.
viridis is not yet available in a released matplotlib. For now, use
the one in skimage.
2015-08-29 09:13:07 +02:00
Olivia f63d942d9d Grammatical error/typo fixed 2015-08-28 22:11:55 +01:00
Olivia a5af3a6e93 Updated the explanation of the watershed markers example.
This fixes issue #1650
2015-08-28 21:52:35 +01:00
odebeir 014ba261fb add gamma correction example 2015-08-28 22:17:25 +02:00
John Wiggins 2a6e7ffdfc Replace cubehelix with the viridis colormap in the RAG drawing example 2015-08-28 22:17:21 +02:00
odebeir cd9a260bac add gamma correction example 2015-08-28 22:13:40 +02:00
Juan Nunez-Iglesias ddf122f34b Merge pull request #1666 from rougier/convex_hull_example
Remove ticks from image display in examples.
2015-08-28 20:40:01 +01:00
Nicolas Rougier 26d427baef Removed ticks 2015-08-28 21:26:24 +02:00
Robin Wilson 32e6aa1e9c Fixed typo in docs README 2015-08-28 19:00:28 +01:00
Stefan van der Walt e084c5fd50 Rename nl_means_denoising to denoise_nl_means 2015-08-27 13:19:02 -07:00
Johannes Schönberger ec64872fd5 Some doc string fixes for recently merged code 2015-08-20 19:08:54 -04:00
Johannes Schönberger 236aa208fe Merge pull request #1583 from grlee77/fix_interp_modes
FIX:  bug in 'reflect' and 'wrap' coordinate mapping
2015-08-20 18:53:11 -04:00
Gregory R. Lee 81764d8ed5 BUG: update the edge modes in the example to match the current naming convention 2015-08-13 23:39:56 -04:00
Gregory R. Lee f45a72ee1f BUG: fix import in plot_edge_modes.py 2015-08-13 23:39:55 -04:00
Gregory R. Lee cef22e4234 MAINT: PEP8 fixes and _interpolation_test.pyx -> interpolation.pyx rename 2015-08-13 23:39:55 -04:00
Gregory R. Lee fb0b258deb DOC: update the edge mode example to include mirror 2015-08-13 23:39:54 -04:00
Gregory R. Lee 080c276791 DOC: add visual example of edge modes 2015-08-13 23:39:54 -04:00
Gregory R. Lee c5a735420f DOC: add visual example of edge modes 2015-08-13 23:39:53 -04:00
Josh Warner (Mac) 8d33d3d072 DOC: Fix intersphinx mapping w/fallbacks 2015-08-08 12:29:05 -05:00
Josh Warner (Mac) 60e15373a4 DOC: Link to GitHub source in documentation 2015-08-02 16:41:39 -05:00
Steven Silvester 1b30c68d28 # This is a combination of 10 commits.
# The first commit's message is:
Update equalize_adapthist to use new view_as_windows

Try rbase again

Update equalize_adapthist to use new view_as_windows

Fix relative imports

# This is the 2nd commit message:

Style fixes

# This is the 3rd commit message:

Add a deprecation warning and add to api_changes.txt

# This is the 4th commit message:

Update TODO and switch to 0.13 deprecation

# This is the 5th commit message:

Preserve the current API as much as possible and defer to 0.14

# This is the 6th commit message:

Move the new kwarg to the very end

# This is the 7th commit message:

Clarify deprecation warning

# This is the 8th commit message:

Update to use row/col in clahe

# This is the 9th commit message:

Update docstring

# This is the 10th commit message:

Use optimal_step to set up view_as_windows
2015-07-14 07:47:21 -05:00
Steven Silvester 19ede51fb0 Merge pull request #1594 from stefanv/doc/remove_toc
Remove invalid link to table of contents (closes #1593)
2015-07-12 14:37:20 -05:00
Stefan van der Walt b4320ebcb5 Merge pull request #1597 from library111/DocumentationChanges
Novice module documentation improvements
2015-07-12 12:27:19 -05:00
michaelpacer b140665f7e fixed documentation to remove redundant links 2015-07-12 11:19:27 -05:00
Leena P 8035ce72a5 Clarified that Bento Building is an alternative 2015-07-11 18:23:02 -04:00
Stefan van der Walt 5f0e9a6f0f Remove invalid link to table of contents (closes #1593) 2015-07-11 16:32:26 -05:00
Juan Nunez-Iglesias cba1cb1e1f Add blank line after ref to keep Sphinx happy ;) 2015-07-01 00:47:19 +10:00
Juan Nunez-Iglesias eb8aaeb61d Use Sphinx links to reference from contributing guide 2015-06-30 23:37:30 +10:00
Josh Warner be5f6fdc3f Merge pull request #1562 from warmspringwinds/example_correction
DOCFIX: Add missing visualization of MB-LBP plot
2015-06-18 12:47:24 -05:00
Josh Warner 7a2b0a70f5 Merge pull request #1459 from vighneshbirodkar/seam_carving
FEAT: Seam Carving
2015-06-18 12:32:19 -05:00
dan 2516844cbd added missing visualization of the plot 2015-06-17 10:45:50 +02:00