Commit Graph

330 Commits

Author SHA1 Message Date
Johannes Schönberger e82849a544 Document API changes 2016-02-09 11:16:49 +01:00
Himanshu Mishra a7bcee2694 Update plugins doc page 2016-01-20 15:27:41 +05:30
Himanshu Mishra b4bf4ed768 Fix circular mask example in the user_guide 2016-01-16 10:47:09 +05:30
emmanuelle 55f5103dd8 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
2015-12-19 15:28:15 +01:00
emmanuelle 5000449970 Fixed broken sphinx link 2015-12-11 00:44:16 +01:00
François Boulogne 605a0270b8 DOC: test piwik with piwik.sciunto.org 2015-10-13 05:38:16 -04:00
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
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 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
François Boulogne 6094be05f9 [DOC] use favicon generated from skimage-branding 2015-09-06 08:14:17 +02:00
François Boulogne b2a26320a9 [DOC] add favicon 2015-08-31 16:51:16 +02: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
François Boulogne 20e49b2ada add link joblib website 2015-06-13 20:36:11 -04:00
Juan Nunez-Iglesias 0d134987f9 Harmonize all ndimage usage across the library
Only two forms remain in use:

- `from scipy import ndimage as ndi`
- `from scipy.ndimage import function`
2015-06-09 15:18:37 +10:00
Stefan van der Walt 580db16cb1 Simplify installation instructions 2015-06-07 07:56:41 -07:00
Christoph Gohlke 29c49e914b DOC: add WinPython distribution; correct spelling 2015-06-06 22:12:47 -07:00
arve0 89521548a6 update install instructions 2015-05-28 14:45:29 +02:00
Steven Silvester 26fa9c75d0 Merge pull request #1499 from stefanv/doc_style
Sync doc theme with website
2015-05-19 20:46:10 -05:00
Steven Silvester 05def35e19 Merge pull request #1501 from stefanv/doc_fixes
Fix reference to release notes
2015-05-19 20:45:39 -05:00
Stefan van der Walt 4b0456b8ef Merge pull request #1488 from danielwe/blob-float-sigma
Avoid truncating sigma to integer in blob detection (fixes tests for #1257)
2015-05-14 23:42:01 -07:00
Daniel Wennberg 113c998494 Add note about blob detection api change 2015-05-09 20:41:55 +02:00
Stefan van der Walt 231b1c3356 Fix reference to release notes 2015-05-07 18:32:55 -07:00
Stefan van der Walt 6a86862590 Sync doc theme with website 2015-05-07 16:38:51 -07:00
Josh Warner c8a3df5521 Merge pull request #1455 from stefanv/doc/release_notes_and_installation
DOC: Remove coverage table. Add document with release notes and download instructions.
2015-05-07 01:17:00 -05:00
Stefan van der Walt cff1530b8c Correctly refer to combined installation and release notes 2015-05-06 16:53:17 -07:00
Juan Nunez-Iglesias e5991c8aa3 Add missing comment '#' markers for doctest skip
Dunno how these got through but when we start running these it's gonna
fail dramatically!
2015-04-05 16:52:58 +10:00
Steven Silvester adac822ee9 Fix setup to allow installing from PyPI
≈
Fix setup to allow installing from PyPi
Another attempt at fixing the setuptools problem

Fix pip incantation

Fix typo

Try updating setuptools too

Try upgrading pip and setuptools after venv install

Rule out install_requires as the source of the problem

Try just requiring the ones that can be built from source

Use explicit install_requires and move version checks to after setup runs

Clean up installation for PyPI compatiblity

Dead end commit

Fix travis to match new installation procedure

Put build_versions check after install

Fix travis syntax

Switch to lower-case cython in version check

Another attempt

Another fix

Fix syntax error

Make header executable

Build inplace on py27

Fix finding of source code version in sphinx

Fix travis syntax

Import setuptools after install

Fix the version check in sphinx

Work around setuptools bug in 2.7

Fix handling of Cython requirement and update release notes

Switch to one Appveyor build and update build method

Add cython back to install_requires

Remove debug lines

Another try for appveyor install

Another attempt at setuptools and Appveyor

Do not let intermittent apt-get failures crash the build

Fix typo

Another appveyor attempt

More fixes for setuptools and Appveyor

Yet another setuptools/appveyor attempt

Put requirements.txt back in order

Fix typo

Fix readlines function call

Try not using a venv for python 2.7

Fix syntax

Try the provided venv for py27

Remove --user

Remove debug info

Another try for python27 fix

Try again

Do not use install_requires with numpy/scipy

Try just avoiding scipy

Try removing scipy (numpy was before)

Avoid both scipy and numpy

Fix qt install on 27

Fix qt install on 27 agin

Revert the scripts to their previous condition

Revert file permission changes

Undo changes to requirements.txt
2015-03-29 15:36:11 -05:00
Stefan van der Walt 5aa9c5d12e Remove coverage table. Add document with release notes and download instructions. 2015-03-27 00:26:15 -07:00
Stefan van der Walt d3bb552527 Update version to 0.11.0 2015-03-04 01:54:55 -08:00
Stefan van der Walt c00670459f Update README and installation instructions 2015-02-22 23:28:34 -08:00
Steven Silvester be7154f23d Skip build on 3.2
Skip doc build on 3.2

Skip doc build on 3.2

Use block literal

Fix html make target

Revert change to threshold_isodata

Fix skimage.novice and thresholding warnings

Fix feature.__init__ __all__

Fix generic.py link

Doc reference fixes

Fix missing class member warnings

Add parallelization to the user guide toc

Remove unused automodule directives

Fix sub_dirs in gallery_index

Remove unused file and fix reference to api/api

Add missing links to user guide

Use pre-output links to images

Recover from Juan's doc 'upgrades'
2015-02-07 16:40:37 -06:00
Stefan van der Walt 703087061b Merge pull request #1352 from jni/data-types
Document range preservation
2015-02-04 19:02:33 -08:00
Juan Nunez-Iglesias d638e042eb Add concrete usage examples for preserve_range 2015-02-04 09:47:28 +11:00
Stefan van der Walt b3e5b126f7 Merge pull request #1280 from jni/array_order
Describe array order terminology in 2D, 2D+c, 3D, 3D+c arrays
2015-02-03 10:27:21 -08:00
Juan Nunez-Iglesias ba2134a2b1 Update discussion on time-varying images 2015-02-03 14:13:40 +11:00
Juan Nunez-Iglesias fd6c7a26d8 Replace frame with plane 2015-02-03 14:08:24 +11:00
François Boulogne 850f6efc39 DOC: add parallelization to tutorials index 2015-01-30 22:51:48 -05:00
Juan Nunez-Iglesias d0a9523297 Fix line wrapping 2015-01-28 17:38:54 +11:00
Juan Nunez-Iglesias 0f1dc3d669 Add a paragraph or two about preserving range 2015-01-23 00:18:51 +11:00