Johannes Schönberger
f5795f15be
Add example script for gabor filter
2012-10-29 00:16:22 +01:00
Tony S Yu
c135920ee3
Merge pull request #358 from stefanv/userguide_dtype_range
...
DOC: Remove confusing paragraph about dtype range.
2012-10-18 19:19:27 -07:00
Johannes Schönberger
8347bd449f
Replace deprecated function call
2012-10-18 17:10:07 +02:00
Johannes Schönberger
c04f14c129
Combine 2D and 3D bilateral filter in one function and rename sigma parameters
2012-10-17 16:28:44 +02:00
Johannes Schönberger
62c1beccb5
Fix description of denoising filters
2012-10-17 09:12:27 +02:00
Johannes Schönberger
52962f30f1
Reorder subplots
2012-10-17 09:12:27 +02:00
Johannes Schönberger
415a3c69b3
Wrap column
2012-10-17 09:12:27 +02:00
Johannes Schönberger
8de3ec988d
Add example script for bilateral denoising
2012-10-17 09:12:27 +02:00
Stefan van der Walt
be9dcdf195
DOC: Fix pip command.
2012-10-08 23:57:44 -07:00
Stefan van der Walt
d79d1ff7e3
DOC: Clean up one last skimage -> scikit-image.
2012-10-08 16:48:15 -07:00
Paul Ivanov
b4b090271d
complete singularization of scikit-image
...
I've updated references in the code and documentation to the new name.
2012-10-08 16:29:55 -07:00
Stefan van der Walt
4946222e3a
DOC: Remove confusing paragraph about dtype range.
2012-10-08 09:52:12 -07:00
Stefan van der Walt
fd07bd65ba
DOC: Rename skimage.org to scikit-image.org.
2012-10-08 09:37:49 -07:00
Tony S Yu
ad53159d60
STY: Rename highlight_boundaries to mark_boundaries
2012-10-07 19:23:38 -04:00
Tony S Yu
694ac11f93
STY: Rename visualize_boundaries to highlight_boundaries
...
Add @deprecated decorator to ease the transition.
2012-10-07 15:43:28 -04:00
Johannes Schönberger
37e8345dc8
Fix doc version 0.7 link
2012-10-05 10:13:25 +02:00
Stefan van der Walt
3126399eeb
Merge pull request #342 from ahojnnes/domain-name
...
PKG: Change domain name.
2012-10-04 10:02:19 -07:00
Johannes Schönberger
98b18da2ab
Add favicon for docs
2012-10-04 10:24:41 +02:00
Johannes Schönberger
70a509b626
Revert changes to release notes
2012-10-04 10:19:07 +02:00
Johannes Schönberger
089f7ffda0
Change domain name
2012-10-04 09:25:24 +02:00
Johannes Schönberger
060d92fb57
Fix navigation home page link
2012-10-03 20:31:55 +02:00
Johannes Schönberger
c6cf768a9c
Extend CSS rule for all headings
2012-10-03 20:06:38 +02:00
Johannes Schönberger
5e97f1f1ea
Fix navigation docs link
2012-10-03 20:01:00 +02:00
Tony S Yu
dd9e7f3526
DOC: Save thumbnails with a fixed image shape
...
A fixed shape improves grid alignment of images and caption in the gallery.
2012-10-02 22:36:47 -04:00
Tony S Yu
4024969451
DOC: Format gallery into a grid
...
Recent changes to the theme display a single column of images in the gallery.
2012-10-02 21:41:36 -04:00
Johannes Schönberger
236666fd7c
Rename scikits-learn to scikit-learn
2012-10-02 19:03:24 +02:00
Johannes Schönberger
d690212d1c
Rename scikits-image to scikit-image
2012-10-02 19:02:37 +02:00
Johannes Schönberger
b0f74810dd
Fix download link in navigation bar
2012-10-02 18:54:25 +02:00
Johannes Schönberger
e81ebcf89f
Remove uncompressed bootstrap files
2012-10-02 18:53:54 +02:00
Johannes Schönberger
127907f5bf
Add new doc theme
2012-10-02 18:46:54 +02:00
Tony S Yu
7a90420d9c
DOC: Change algorithm for depth of API generation
...
Previously, apigen documented all but the bottom-most level of modules in the package tree. This caused problems when different subpackages had different depths. Instead, just document subpackages (ignore python files, whose public functions should already be loaded into the subpackage).
2012-10-02 00:38:56 -04:00
Tony S Yu
0250bb15f6
PKG: Clarify instructions for gh-pages.
...
Also, clean up some whitespace.
2012-09-30 11:01:36 -04:00
Tony S Yu
bca8544439
PKG: Use correct version in docversions.js
...
Version number must match the one in setup.py since doc directory is auto-generated from setup.py.
2012-09-29 15:23:16 -04:00
Tony S Yu
42c1bffcf7
PKG: Update docversions.js to 0.7
2012-09-29 14:44:37 -04:00
Tony S Yu
a9d777a470
DOC: Add 0.7 release notes
2012-09-29 14:41:25 -04:00
Johannes Schönberger
bada6787aa
Update name of pyramid function in pyramid example description
2012-09-15 17:44:24 +02:00
Johannes Schönberger
bfcc144699
Fix typo
2012-09-15 10:41:08 +02:00
Johannes Schönberger
6d88490657
Rename pyramid functions
2012-09-15 10:40:52 +02:00
Stefan van der Walt
378357d24e
Merge pull request #301 from tonysyu/viewer-user-guide
...
DOC: Add Viewer Quickstart to User Guide.
2012-09-11 11:05:03 -07:00
Stefan van der Walt
1e11dfa408
Merge pull request #308 from ahojnnes/doc-font-size
...
DOC: Make font-size of documentation smaller.
2012-09-10 11:41:49 -07:00
Johannes Schönberger
67a238d027
Merge pull request #306 from tonysyu/doc-negative-dtypes
...
Discuss negative dtypes in user guide
2012-09-10 00:26:39 -07:00
Johannes Schönberger
dc90c7a84f
Make font-size of documentation smaller
2012-09-10 09:06:06 +02:00
Tony S Yu
2c55732fba
DOC: float dtype changed from (0, 1) to (-1, 1).
...
The dtype range was changed long ago, but this doc had not been updated to match this behavior.
2012-09-10 00:27:30 -04:00
Tony S Yu
c3b5cd1023
DOC: Add note about negative dtypes
2012-09-10 00:25:52 -04:00
Johannes Schönberger
7766838d78
Remove unused import
2012-09-09 22:15:15 +02:00
Johannes Schönberger
bab2f715dd
Use more readable variable name for image
2012-09-09 19:41:06 +02:00
Johannes Schönberger
2206681a89
Update pyramid example with longer description
2012-09-09 19:40:28 +02:00
Johannes Schönberger
e6675dcda6
Add example script for image pyramids
2012-09-07 19:07:58 +02:00
Tony S Yu
5a632dda3f
STY: Clean up formatting and remove repeated imports
2012-09-05 10:12:50 -04:00
Tony S Yu
db5647285f
DOC: Add quickstart for viewer to User Guide
2012-09-05 10:12:49 -04:00