Tony S Yu
b8a19a0c73
DOC: Add (u)int32 data type ranges to table.
2012-02-09 10:27:29 -05:00
Stefan van der Walt
5b120e6852
Merge pull request #131 from tonysyu/versions-sidebar-tweaks
...
DOC: Use CSS to style versions sidebar.
2012-02-08 21:31:04 -08:00
Tony S Yu
abbd7c8854
DOC: Use CSS to style versions sidebar.
...
Summary:
* Label current version with an html id so it can be highlighted in CSS.
* Note: Switched out arrow indicator for a disc b/c it's easier (unicode bullets are not well-supported).
* Move script file to theme and use standard Sphinx theming to include javascript file.
2012-02-09 00:02:57 -05:00
Stefan van der Walt
36b37e960f
Merge pull request #129 from tonysyu/minor-build-fixes
...
PKG: Minor fixes to build process.
2012-02-08 20:12:28 -08:00
Stefan van der Walt
f4330db90d
ENH: Add grey2rgb.
2012-02-08 19:58:26 -08:00
Stefan van der Walt
ec8f62ef5f
ENH: Fix dtype conversion before hsv2rgb and rgb2hsv.
2012-02-08 19:56:00 -08:00
Tony S Yu
0deba46d26
Minor fixes to build process.
...
* Fix name error when running setup.py from within main package.
* Change `make clean` so that it removes hash files.
* Remove unused import.
2012-02-08 22:38:46 -05:00
Stefan van der Walt
5c9c8c1867
DOC: Fix Other Parameters section.
2012-02-08 13:07:37 -08:00
Stefan van der Walt
18b76a661d
DOC: Link logo to main webpage. Add navigation side bar.
2012-02-08 13:02:41 -08:00
Stefan van der Walt
cbbc24b5d2
Safely check doc version in javascript.
2012-02-08 12:31:22 -08:00
Stefan van der Walt
e548a9fa8b
DOC: Add arrow to indicate current doc version.
2012-02-08 02:34:46 -08:00
Stefan van der Walt
d4a23dafd2
Merge PR #128 from 'tonysyu/versions-in-sidebar'.
...
DOC: Add sidebar section listing package versions.
2012-02-08 02:03:26 -08:00
Stefan van der Walt
4d3443f2af
DOC: Use absolute path to versions javascript.
2012-02-08 01:58:03 -08:00
Stefan van der Walt
eb3d218fb1
PKG: Update release instructions to update doc versions javascript.
2012-02-08 01:41:14 -08:00
Stefan van der Walt
87a0fd1abb
DOC: Refactor Javascript for listing doc versions to only have the version in one place.
2012-02-08 01:40:56 -08:00
Stefan van der Walt
38d432fe7e
Merge remote-tracking branch 'tonysyu/versions-in-sidebar' into tonysyu-versions-in-sidebar
2012-02-08 01:24:30 -08:00
Stefan van der Walt
2fcbfd809e
DOC: Expand on Tony's module summary.
2012-02-08 01:21:36 -08:00
Stefan van der Walt
295c4540ec
Merge pull request #127 from tonysyu/module-docstrings
...
DOC: Add description of subpackages to package docstring.
2012-02-08 01:03:53 -08:00
Tony S Yu
7cc84b5688
DOC: Add sidebar section listing package versions.
2012-02-07 21:32:43 -05:00
Stefan van der Walt
fa46574f03
DOC: Ignore all auto generated results.
2012-02-07 12:20:41 -08:00
Stefan van der Walt
e8f0523fa5
Merge pull request #126 from michaelaye/master
...
DOC: Replace somewhat confusing "iff".
2012-02-07 12:17:04 -08:00
K.-Michael Aye
7efb0988b0
Fixed 2 typos and 2 wrong argument types in the docs.
2012-02-07 17:21:36 +01:00
Tony S Yu
06acc5aab8
DOC: Add description of subpackages to package docstring.
2012-02-06 23:50:59 -05:00
Stefan van der Walt
1c0aec6aeb
DOC: Show version of skimage that was used to build example.
2012-02-06 11:57:22 -08:00
tonysyu
46e5f0a04e
Merge pull request #120 from stefanv/scivi_rename
...
PKG: Rename scivi to skivi.
2012-02-05 19:39:51 -08:00
tonysyu
5655f7e3d9
Merge pull request #116 from stefanv/matplotlib_interpolation
...
ENH: Use nearest neighbor interpolation by default in matplotlib plugin.
2012-02-05 19:26:32 -08:00
Stefan van der Walt
538747746a
Merge pull request #107 from tonysyu/rescale-intensity
...
ENH: Add rescale_intensity function with test and example.
2012-02-05 15:47:18 -08:00
Stefan van der Walt
bb39a306aa
Merge pull request #122 from tonysyu/doc-css-changes
...
DOC: Tweak CSS.
2012-02-05 15:46:46 -08:00
Stefan van der Walt
6cc5503c79
Merge pull request #123 from tonysyu/doc-user-guide-dtypes
...
DOC: Improve description of image data types in user's guide.
2012-02-05 15:42:34 -08:00
Tony S Yu
303cf3a802
DOC: Improve description of image data types in user's guide.
2012-02-05 16:04:47 -05:00
Tony S Yu
4431a216a3
DOC: Fix grid layout of gallery.
2012-02-05 15:50:24 -05:00
Tony S Yu
86963c4138
DOC: Adjust spacing after pre block.
2012-02-05 14:24:35 -05:00
Tony S Yu
d1c3056045
DOC: Adjust size of tt text (i.e. `text`).
2012-02-05 13:02:50 -05:00
Stefan van der Walt
a17f339b82
BUG: Fix import of harris.
2012-02-05 09:58:30 -08:00
Stefan van der Walt
c85ab69064
PKG: Add back version file, but with version unbuilt-dev.
2012-02-05 09:55:23 -08:00
Stefan van der Walt
56331c76ff
Merge pull request #121 from tonysyu/dtype-convert-updates
...
BUG: Clean up dtype conversion
- Fix casting error in numpy dev.
- Assert that float images are in [0, 1], and fix tests to comply.
- Add tests for full coverage.
- Rename _convert to convert since it is used by other modules,
such as match_template, to convert to "non-standard" types such as
float32.
2012-02-05 09:42:22 -08:00
Tony S Yu
5ed5c070c7
Fix test: clip image that exceeded float range.
2012-02-05 09:39:40 -08:00
Stefan van der Walt
9be0ad25d8
PKG: Remove version file that should be auto-generated.
2012-02-05 09:27:46 -08:00
Tony S Yu
bd34cc6c7c
DOC: Adjust spacing between sections of sidebar.
2012-02-05 03:50:59 -05:00
Tony S Yu
db3d328fba
DOC: Tweak layout of contents table.
2012-02-05 03:27:14 -05:00
Tony S Yu
7da2c0d544
DOC: Adjust link font in contentstable.
2012-02-05 02:51:58 -05:00
Tony S Yu
05b291fb3a
DOC: Remove duplicate "pre" formatting.
2012-02-05 02:28:27 -05:00
Tony S Yu
6fe3996fda
DOC: Adjust header and link colors.
2012-02-05 02:15:48 -05:00
Tony S Yu
fadd72dcf8
DOC: Adjust heading size and color.
2012-02-05 01:59:18 -05:00
Tony S Yu
2debda4673
DOC: Increase spacing between paragraphs.
2012-02-05 01:47:26 -05:00
Tony S Yu
ded349afb0
DOC: Remove duplicate css definition.
2012-02-05 01:45:02 -05:00
Tony S Yu
2ff1e1abe5
DOC: Adjust font sizes.
2012-02-05 01:42:16 -05:00
Tony S Yu
e7429b6e98
DOC: Change body layout so that it doesn't wrap around sidebar.
2012-02-05 01:28:25 -05:00
Stefan van der Walt
e4a14ee3a3
PKG: Rename scivi to skivi.
2012-02-03 21:18:52 -08:00
tonysyu
118cd49c18
Merge pull request #105 from stefanv/label_cleanup
...
ENH: Allow choice between 4 and 8 neighbor mode. Improve documentation.
2012-02-03 21:12:47 -08:00