Commit Graph

1314 Commits

Author SHA1 Message Date
Juan Nunez-Iglesias eed7c41c32 Remove nonexistent kwarg from docstring, style fix
- Address @soupault's comments in the examples
- Fix minor spelling and wording errors
2016-06-21 13:17:05 -04:00
Hiyorimi 025e8c5499 Frangi filter support with tests + docstrings
+fixed tests and removed shared code

https://github.com/scikit-image/scikit-image/pull/2139#discussion_r67240635

docstrings and style fixes

fix Lambda yielding

more style fixes

enumerate & black line fixes
2016-06-21 13:15:05 -04:00
Egor Panfilov 030e623300 Merge pull request #2110 from sciunto/mosaic
ENH: try_all to choose the best threshold algorithm and DOC refactoring
2016-06-19 21:39:21 +03:00
François Boulogne 9fef985df8 Various fixes 2016-06-19 19:43:43 +02:00
emmanuelle cc40e0c37a Documented the API change of gaussian and median. 2016-06-19 09:42:53 +02:00
François Boulogne 25f5729d57 Switch to Otsu instead of mean 2016-06-19 09:35:05 +02:00
François Boulogne d870bcc5df Minor fixes 2016-06-18 23:39:09 +02:00
François Boulogne 2137aed5ec swap examples to show a different image inthe gallery 2016-06-18 20:20:34 +02:00
François Boulogne f25d93c511 Add see also 2016-06-18 20:20:34 +02:00
François Boulogne 476f6bd8f2 switch doc format to sphinx-gallery 2016-06-18 20:20:34 +02:00
François Boulogne 36d56b956d DOC: some improvements 2016-06-18 20:20:33 +02:00
François Boulogne 0a19def60c DOC: Gather threshold algo in gallery 2016-06-18 20:20:33 +02:00
François Boulogne 12fabff65f Some corrections 2016-06-18 20:20:33 +02:00
François Boulogne ecb84e7362 DOC: illustrate mosaic in gallery 2016-06-18 20:20:33 +02:00
François Boulogne 20f33e18fe DOC: add mosaic_threshold 2016-06-18 20:20:33 +02:00
François Boulogne a7cf3cbd52 DOC: rename thresholding example 2016-06-18 20:20:32 +02:00
Egor Panfilov 5f891dedc3 Removed deprecared sobel, prewitt, scharr, roberts filters 2016-06-18 18:53:59 +03:00
Johannes Schönberger 988689431d Fix indentation for example script 2016-06-09 08:37:36 +02:00
Johannes Schönberger 31e884207a Merge pull request #2129 from sciunto/axes
DOC: refactor axes with lists
2016-06-09 08:18:31 +02:00
Johannes Schönberger d7540b8a2e Merge pull request #2128 from sciunto/gallery_title
DOC: make a title shorter in gallery
2016-06-08 13:11:26 +02:00
François Boulogne f877491f58 DOC: refactor axes with lists 2016-06-07 16:31:02 +02:00
Egor Panfilov 47d0aa9d62 Merge pull request #2078 from emmanuelle/sphinx-gallery
Sphinx gallery for example gallery
2016-06-07 17:22:48 +03:00
emmanuelle 8b2dbd56e5 Minor fixes and improvements: PEP8, appearance, etc.
Removed a clumsy workaround (about paths)

Fixed links to image files to fix sphinx warning.

Removed non-ascii character

Another non ascii character

And another non-ascii character... (to be squashed later on)

Corrected some typos in the docstrings of sphinx-gallery files

These corrections have also been submitted as a patch to the original
sphinx-gallery project (#121)

Corrected the appearance of two examples of the gallery

Tweaked CSS for larger images

Added sphinx-gallery's license and a README.txt about the origin of
this directory.

Edited gabor_from_astronaut example for nicer popup

PEP 8 + minor fixes

Removed commented lines of code
2016-06-06 17:30:44 +02:00
François Boulogne 9c51c154ba DOC: make the title shorter 2016-06-05 17:29:53 +02:00
François Boulogne 8c9d8926c8 Minor enhancements 2016-06-02 13:35:36 +02:00
François Boulogne 80e8544067 Review threshold minimum 2016-06-02 10:32:00 +02:00
Jeff Hemmelgarn 31db1c607e Add threshold minimum algorithm 2016-06-02 10:32:00 +02:00
emmanuelle d998e7e534 Links to API in examples 2016-05-17 23:21:45 +02:00
François Boulogne 2ef707337a DOC: update for new API 2016-05-17 22:39:39 +02:00
Vighnesh Birodkar a89f1735d4 docstring corrections and pep8 2016-05-11 17:33:14 -04:00
emmanuelle 94d051c124 Renamed README.txt to README.rst in gallery of examples 2016-05-10 23:17:06 +02:00
emmanuelle 41715501d4 Remove documentation links in examples (they crash) 2016-05-10 22:33:23 +02:00
emmanuelle 2ddf2ef01d Removed spurious import in conf.py 2016-05-10 21:49:15 +02:00
emmanuelle 52b0e16a78 Included sphinx-gallery files
I had to make a slightly modification in one of sphinx-gallery's files to
make it work with scikit-image. I opened a pull request on sphinx-gallery
github, hopefully we can delete the local copy after their next release.
2016-05-10 21:49:15 +02:00
emmanuelle 844858f01b Build gallery with sphinx-gallery
Modified comments in some gallery examples for compatibility with
sphinx-gallery parsing. Also modified some links in the narrative doc
since image file names have changed.
2016-05-10 21:49:15 +02:00
emmanuelle ef9bcfb778 A first pass to let the gallery build using sphinx-gallery. 2016-05-10 21:49:15 +02:00
Vighnesh Birodkar 35b193aa09 clarified merge function in docstring 2016-04-27 01:11:09 -04:00
Vighnesh Birodkar b3f6b545cb Added example for region boundary merging 2016-04-27 01:03:09 -04:00
Vighnesh Birodkar 2a87c07800 midway thru changes 2016-04-26 14:23:32 -04:00
Vighnesh Birodkar a406e270b1 Improved drawing in plot_rag_draw.py example (#1872)
Improved drawing in draw_rag example; changed draw_rag to show_rag, made it return ScalarMappable to draw colorbars; added magma colormap
2016-04-24 09:28:24 +03:00
Egor Panfilov 0e6ccabd93 Removed Python 2.6 support and related checks 2016-04-02 00:03:48 +03:00
Shaun Singh 35b35c5139 Fix broken Sphinx 2016-03-30 17:02:19 -07:00
Egor Panfilov 2b1a88dfb5 Removed deprecated filters.canny links 2016-03-24 21:40:19 +03:00
Egor Panfilov 0101aab546 Improved api_changes message 2016-03-24 07:59:07 +03:00
Egor Panfilov 3c803f95ef Removed deprecated filter module 2016-03-23 22:44:29 +03:00
Steven Silvester b2a2301df6 Merge pull request #1966 from vighneshbirodkar/gitignore
Modified .gitignore to properly ignore auto_example files
2016-03-19 12:44:45 -05:00
Vighnesh Birodkar c35813fdec Removed unnecessary blank_image.png file 2016-03-16 19:27:26 -04:00
Egor Panfilov 81970bab62 Added GitHub templates, moved CONTRIBUTING.md to .github 2016-03-17 01:49:58 +03:00
François Boulogne 44266f42c4 [DOC] add link to guide
extra fix
2016-03-13 18:19:19 +01:00
Stefan van der Walt c48302d70b Bring release notes and API changes in sync 2016-03-07 12:35:58 -08:00