Kevin Keraudren
|
817b090c7c
|
text improvement in seam carving example, added some newlines between plt.imshow() and """PLOT2RST"""
|
2015-12-05 14:23:23 +00:00 |
|
Kevin Keraudren
|
bed6f6069b
|
small text improvement in seam carving example
|
2015-12-05 00:05:18 +00:00 |
|
Kevin Keraudren
|
a0c5270e94
|
text improvement in seam carving example.
|
2015-12-04 23:54:52 +00:00 |
|
Kevin Keraudren
|
e6c60ca890
|
fixed typos in seam carving example.
|
2015-12-04 23:10:53 +00:00 |
|
Johannes Schönberger
|
bc7e9588e9
|
Merge pull request #1676 from odebeir/sprint_add_entropy_example
add entropy example
|
2015-12-04 11:37:47 -05:00 |
|
Stefan van der Walt
|
d187840f19
|
Merge pull request #1746 from sciunto/piwik
DOC: test piwik with piwik.sciunto.org
|
2015-11-02 16:13:43 -08:00 |
|
Emmanuelle Gouillart
|
856e199cc2
|
Merge pull request #1704 from MartinSavc/example_subplots_share_axes
Example subplots share axes
|
2015-11-01 22:26:39 +01:00 |
|
Stefan van der Walt
|
a93f30278a
|
Ensure gallery pages are always generated
|
2015-10-23 22:49:22 -07:00 |
|
François Boulogne
|
605a0270b8
|
DOC: test piwik with piwik.sciunto.org
|
2015-10-13 05:38:16 -04:00 |
|
martin
|
4e364c6087
|
reverted subplot creation to preferred matplotlib style
|
2015-10-12 18:09:47 +02:00 |
|
martin
|
be39c35325
|
changed subplot creation to preferred matplotlib style
|
2015-10-12 17:52:43 +02:00 |
|
martin
|
629d6d6abc
|
changed subplot creation to preferred matplotlib style
|
2015-10-12 17:48:30 +02:00 |
|
martin
|
f8e632c6b1
|
changed subplot creation to preferred matplotlib style
|
2015-10-12 17:44:02 +02:00 |
|
martin
|
0ffa83113a
|
changed subplot creation to preferred matplotlib style
|
2015-10-12 17:38:08 +02:00 |
|
martin
|
d42b06e69e
|
changed subplot creation to preferred matplotlib style
|
2015-10-12 16:15:39 +02:00 |
|
martin
|
c65b095ec7
|
added parameters for axes sharing to plt.subplots
|
2015-10-12 15:58:57 +02:00 |
|
martin
|
e7f5dff215
|
added parameters for axes sharing to plt.subplots
|
2015-10-12 15:58:57 +02:00 |
|
martin
|
ada92ae75e
|
replaced subplots with individual subplot calls
share axes for the related images in subplost 221 and 223
|
2015-10-12 15:58:57 +02:00 |
|
martin
|
bb081ebd0a
|
added sharex, sharey and adjustable parameters to subplots
|
2015-10-12 15:58:57 +02:00 |
|
martin
|
9fa9c0387c
|
adding axes sharing to displays of related images
for better interaction
sharing achieved by setting sharex and sharey, and
setting the axes 'adjustable' parameter to 'box-forced'
|
2015-10-12 15:58:57 +02:00 |
|
martin
|
8ff6d2d8e3
|
changed adjustable parameter of axes to 'box-forced'
this fixes the size of axes around an image for shared axes
|
2015-10-12 15:58:57 +02:00 |
|
martin
|
681be3fc58
|
adding shared axes to examples with multiple plots
|
2015-10-12 15:58:57 +02: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 |
|
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 |
|
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 |
|
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 |
|