Commit Graph

309 Commits

Author SHA1 Message Date
emmanuelle facb37b157 getting_help file 2012-02-13 23:19:47 +01:00
emmanuelle acaa05c9ed User guide: first draft of "getting help" 2012-02-13 23:16:09 +01:00
Stefan van der Walt b88a9ac7ea DOC: Fix formatting typos in HoG example. 2012-02-10 15:04:58 -08:00
Stefan van der Walt d1c5d92552 DOC: Import hog from skimage instead of scikits-image. Rescale the output histogram to be more visible. 2012-02-10 14:51:29 -08:00
Brian Holt 0a8d9675b1 pep8 2012-02-10 14:38:44 -08:00
Brian Holt 8a4bd8510d added HOG example 2012-02-10 14:38:43 -08:00
Stefan van der Walt f9121003e4 DOC: Update installation instructions to match those on web page. 2012-02-10 02:46:37 -08:00
Stefan van der Walt 57a61bd9aa Merge pull request #132 from tonysyu/doc-dtype-tweaks
DOC: User guide dtype tweaks.
2012-02-09 20:47:49 -08:00
tonysyu 23cd231d6b Merge pull request #124 from stefanv/doc-gallery-show-version
DOC: Show version of skimage that was used to build example.
2012-02-09 20:32:05 -08:00
Tony S Yu 06c2ed9d83 DOC: Add example of bad dtype conversion. 2012-02-09 10:37:32 -05:00
Tony S Yu fa821bfb82 DOC: Tweak superscript formatting.
Note: vertical-alignment is off when line-height for superscripts is not 0.
2012-02-09 10:32:40 -05:00
Tony S Yu b8a19a0c73 DOC: Add (u)int32 data type ranges to table. 2012-02-09 10:27:29 -05: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 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 4d3443f2af DOC: Use absolute path to versions javascript. 2012-02-08 01:58:03 -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
Tony S Yu 7cc84b5688 DOC: Add sidebar section listing package versions. 2012-02-07 21:32:43 -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
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
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
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 ec65e1f541 DOC: Fix some typos in plot_equalize example. 2012-02-03 16:10:08 -08:00
Stefan van der Walt 782fbabff3 ENH: Add contrast stretching to histogram equalization example. 2012-02-02 21:18:31 -08:00
Tony S Yu 96ba7eb4bd Move harris corner detection from filter to feature subpackage. 2012-02-02 22:45:23 -05:00
Tony S Yu fd0e88b986 Minor modifications to Harris corner detector
* Add some references.
* Make keyword argument explicit in example.
* Remove test class in favor of functions since no setup was required.
* Clean up docstrings.
2012-02-02 22:33:56 -05:00
Stefan van der Walt 570e5cf4bb DOC: Ignore random.js generated file. 2012-01-26 17:51:07 -08:00
Stefan van der Walt b3cc37ce6b DOC: Generate correct link to gallery and build javascript before gh-pages upload. 2012-01-26 17:49:57 -08:00
Stefan van der Walt 945f85cf64 DOC: Add script to randomly link to a gallery image. 2012-01-26 17:06:16 -08:00
emmanuelle 46d330591f ENH Tony's comments on random walker 2012-01-23 19:47:16 +01:00
emmanuelle 528187c2b0 ENH: addressed Tony's comments (renaming of functions, doc) 2012-01-21 11:43:53 +01:00
emmanuelle d1e608bfe9 Random walker algo for segmentation + example 2012-01-15 17:22:59 +01:00
tonysyu 23d0bc5bc0 Merge pull request #106 from NelleV/harris_corner_detection
Harris corner detection
2012-01-09 17:38:00 -08:00
Tony S Yu f5037203f2 Add rescale_intensity function with test and example. 2011-12-27 11:01:53 -08:00
Stefan van der Walt 111a3c1584 DOC: Better x-axis labelling of PR plot. 2011-12-26 09:15:47 -08:00
Stefan van der Walt e6224d939f DOC: Add script to plot GitHub pull-request activity. 2011-12-26 06:25:27 -08:00