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
Julius Bier Kirekgaard
5c20ef7218
pep8 and py3 compliance. more comments
2015-09-09 15:44:35 +01:00
John Wiggins
7e4c1d2b36
Allow a cache directory to be passed to the docs Makefile
2015-09-07 18:33:55 +02:00
Olivier Debeir
86542c5916
English corrections in entropy example
2015-09-07 09:44:47 +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
Julius Bier Kirekgaard
8d344d090f
Active contour updates. Now works with scipy<0.14
2015-09-05 13:29:59 +01: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
Olivier Debeir
0fed219560
fix entropy example doc, fix figure syntax
2015-09-04 16:28:14 +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
Olivier Debeir
f0d2015993
fix >80 linelength
2015-09-02 16:11:10 +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
Julius Bier Kirekgaard
fa6815404f
spelling corrections and misc.
2015-08-31 21:48:32 +01:00
Julius Bier Kirekgaard
96847f2652
pep8 and other small changes
2015-08-31 20:28:28 +01:00
Julius Bier Kirekgaard
7c30f36d85
Active contour example added
2015-08-31 19:12:35 +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
odebeir
35341bed13
merge entropy examples+add description
2015-08-29 13:27:16 +02:00
odebeir
f8afc07d80
pep8
2015-08-29 12:55:24 +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
odebeir
c991403c86
add entropy example
2015-08-29 10:41:10 +02: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