Commit Graph

432 Commits

Author SHA1 Message Date
Paul Ivanov e05c029a7e complete singularization of scikit-image
I've updated references in the code and documentation to the new name.
2012-10-13 23:28:28 -07:00
Stefan van der Walt 71cd4b290a DOC: Rename skimage.org to scikit-image.org. 2012-10-13 23:28:28 -07:00
Johannes Schönberger 5996854435 Fix doc version 0.7 link 2012-10-13 23:24:55 -07:00
Johannes Schönberger c1b39c0d54 Revert changes to release notes 2012-10-13 23:24:55 -07:00
Johannes Schönberger 53ae03e4dd Change domain name 2012-10-13 23:24:55 -07:00
Johannes Schönberger 8ebea191c9 Add favicon for docs 2012-10-13 23:24:55 -07:00
Johannes Schönberger bd169ac0d2 Fix navigation home page link 2012-10-13 23:24:54 -07:00
Johannes Schönberger 70701a0297 Extend CSS rule for all headings 2012-10-13 23:24:54 -07:00
Johannes Schönberger 73b8f1e656 Fix navigation docs link 2012-10-13 23:24:54 -07:00
Tony S Yu fcdefd4bf7 DOC: Save thumbnails with a fixed image shape
A fixed shape improves grid alignment of images and caption in the gallery.
2012-10-13 23:24:54 -07:00
Tony S Yu 4f807e6a0c DOC: Format gallery into a grid
Recent changes to the theme display a single column of images in the gallery.
2012-10-13 23:24:54 -07:00
Johannes Schönberger 13480cd6a0 Rename scikits-learn to scikit-learn 2012-10-13 23:24:54 -07:00
Johannes Schönberger 2b7c20e670 Rename scikits-image to scikit-image 2012-10-13 23:24:54 -07:00
Johannes Schönberger 6b0e8eb651 Fix download link in navigation bar 2012-10-13 23:24:54 -07:00
Johannes Schönberger a8f05bdb4f Remove uncompressed bootstrap files 2012-10-13 23:24:54 -07:00
Johannes Schönberger 16780e4593 Add new doc theme 2012-10-13 23:24:54 -07:00
Tony S Yu 5619ee2d63 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-13 23:24:54 -07:00
Tony S Yu 4fb74935ec PKG: Clarify instructions for gh-pages.
Also, clean up some whitespace.
2012-10-13 23:24:54 -07: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
Johannes Schönberger aff606998e Add mesh points to plot 2012-09-03 23:06:59 +02:00
Johannes Schönberger 53edb67dd3 Add example script for piecewise affine transform 2012-09-03 22:49:09 +02:00
Johannes Schönberger e16a6d32dc Fix typo in polygon example script doc 2012-09-03 22:07:10 +02:00
Stefan van der Walt 2949d18247 Merge pull request #295 from tonysyu/doc-cleanups
Doc cleanups
2012-09-02 22:12:13 -07:00
Tony S Yu dfbbb4d766 Merge pull request #279 from emmanuelle/fix_doc
Fix doc
2012-09-02 17:13:24 -07:00
Tony S Yu 0643b8108f DOC: Remove commented out code. 2012-09-02 17:53:22 -04:00
Tony S Yu e6ca084aee DOC: Remove inherited-members Sphinx role.
Documenting inherited methods and attributes can lead to overly verbose docs. For example, the `Image` class, which subclasses ndarray, and various viewer-related classes, which subclass PyQt and Matplotlib classes, have hundreds of irrelevant methods added to the API docs.
2012-09-02 17:53:22 -04:00
Tony S Yu 0a92bf84e1 DOC: Remove inheritance-diagram Sphinx role.
Either the role should be removed (as done here) or the inheritance-diagram extension needs to be added to the config file. Since skimage doesn't have a complicated class hierarchies, it's probably best to remove.
2012-09-02 17:53:22 -04:00
Tony S Yu 12c35908c9 DOC: Separate config sections in conf.py 2012-09-02 12:32:14 -04:00
Tony S Yu bd0d47a183 DOC: Turn off numpydoc flag to silence warnings 2012-09-02 12:23:17 -04:00
Tony S Yu 0db4893680 DOC: Fix broken doc build due to broken import 2012-09-02 08:22:21 -04:00
Johannes Schönberger f360316f17 Explicitly define colormap 2012-08-31 22:55:24 +02:00
Johannes Schönberger c9291718f9 Update description with more detailed explanation of applied steps 2012-08-31 22:30:09 +02:00
Johannes Schönberger 6e9d6e2857 Improve visualization of labelling 2012-08-31 22:25:10 +02:00