Commit Graph

1157 Commits

Author SHA1 Message Date
François Boulogne 811f13c1d6 MAINT: use with to close the file
MAINT: use with to close the file
2015-09-21 22:21:57 -04:00
Steven Silvester 9371ae7aa5 Merge pull request #1724 from sciunto/unclosedfile
MAINT: use with to close the file
2015-09-21 21:16:22 -05:00
François Boulogne 14588366e5 MAINT: use with to close the file 2015-09-21 21:47:06 -04:00
Steven Silvester 05d0202712 Add notes on how to deploy docs on Travis 2015-09-19 21:19:48 -05:00
François Boulogne 341039fec7 DOC: favicon path relative to source/ 2015-09-17 05:22:01 -04:00
François Boulogne b1c1bdf564 DOC: activate favicon in config 2015-09-16 21:42:33 -04:00
Steven Silvester f20e2c3c1a Fix PYTHON executable and html script 2015-09-15 08:45:03 -05:00
Steven Silvester d2c4ccba59 Build from the right directory and add api to latex command 2015-09-15 07:32:33 -05:00
Steven Silvester da3da0bc29 Add api docs and gallery on Windows build and build docs on Appveyor 2015-09-14 21:35:43 -05:00
Joshua Warner 04fb2e35e7 FIX: Point Windows batch file at source subdir. 2015-09-14 20:08:43 -05:00
Steven Silvester 3345e95a53 Merge pull request #1699 from jwiggins/use-ccache
Enable ccache and Sphinx cache on Travis
2015-09-13 10:31:31 -05:00
John Wiggins 4fe753fd45 Use the current python version for the python intersphinx reference 2015-09-13 12:53:54 +02:00
John Wiggins 7e4c1d2b36 Allow a cache directory to be passed to the docs Makefile 2015-09-07 18:33:55 +02:00
Emmanuelle Gouillart 33646e0a60 Merge pull request #1690 from sciunto/favicon
[DOC] add favicon
2015-09-06 11:29:45 +02:00
François Boulogne 6094be05f9 [DOC] use favicon generated from skimage-branding 2015-09-06 08:14:17 +02:00
Stefan van der Walt ea6cb117c3 Merge pull request #1697 from blink1073/deploy-docs
Deploy docs on master builds
2015-09-05 22:45:47 -07:00
Steven Silvester ba1d2ee363 Fix document build error with new notebook package 2015-09-05 19:57:59 -05:00
Johannes Schönberger 9e4d0eebdd Merge pull request #1672 from tv3141/add_prewitt_filter_to_example
The edge filter example contains all implemented filters apart from t…
2015-09-05 10:31:02 -04: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
tv 3bdab63437 Show only Scharr filter result, removed plots of Sobel and Prewitt filter results. Reworked corresponding paragraph. 2015-09-01 22:28:21 +01:00
François Boulogne b2a26320a9 [DOC] add favicon 2015-08-31 16:51:16 +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
tv dafa3d7dfe The edge filter example contains all implemented filters apart from the Prewitt filter. Added the Prewitt filter to the example and compared it to the Scharr filter showing that Prewitt is even less rotationally invarient than the Sobel filter. Also added description. 2015-08-28 21:15:16 +01: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