Documentation sprint over the weekend

Tony Yu tsyu80 at gmail.com
Mon Feb 6 10:33:16 EST 2012


On Mon, Feb 6, 2012 at 6:28 AM, Michael Aye <kmichael.aye at gmail.com> wrote:

> I think it would be helpful, if the gallery would mention from which
> version on a feature/method is available. Currently, for example, it
> seems not clear from the website that exposure and harris are only
> available from github only, or did I miss something?
>
> Best regards,
> Michael
>

Hi Michael,

You're correct: exposure and harris are only available in the development
version of scikits-image. Currently we just have different versions of the
docs for each release (and for the dev version). For example, there's are a
separate gallery for skimage
v0.4<http://scikits-image.org/docs/0.4/auto_examples/index.html>
.

It might be a bit much to add labels to each example in the gallery, but I
do think it should be clearer that you're looking at the development
version of the documentation. (I think the only indication is on the
homepage and the url.) Maybe we should specify the version in the sidebar
and add links to older versions. We could also add version notes (e.g. "New
in skimage v0.5") in the examples themselves and/or in the function
docstrings---could this be automated some how?

-Tony


>
> On Feb 4, 8:47 pm, Tony Yu <tsy... at gmail.com> wrote:
> > On Sat, Feb 4, 2012 at 7:28 AM, Emmanuelle Gouillart <
> >
> > emmanuelle.gouill... at nsup.org> wrote:
> > > Hi,
> >
> > > I'll try to work on the "getting help" part of the user guide, then.
> >
> > > Cheers,
> > > Emmanuelle
> >
> > I'll get to work on the data-types and processing pipeline. I may not
> have
> > as much time as expected, though, since I got sidetracked by other PRs.
> >
> > Cheers,
> > -Tony
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > > > - Introduction
> > > >    (installation -- link to existing docs, overview and how we fit in
> > > > on top of scipy, our goals, what we provide)
> > > > - Reading and displaying image
> > > >    (io module, display, fancy=True, using matplotlib, etc.)
> > > > - Data-types and the pipeline
> > > >    (dtype conversion, how to ensure your output is in the right
> > > > format, all functions accept any input but returns preferred dtype
> > > > output--user should call img_as_*)
> > > > - Getting help
> > > >    (reference guide, examples gallery, maybe image processing
> specific
> > > > websites similar to metaoptimize.com/qa )
> >
> > > > And some tutorials are always welcome--although I think the gallery
> > > > now largely fulfills that role.
> >
> > > > Did I miss anything important?
> >
> > > > We also need a man-page for skivi (the image viewer).  I've uploaded
> a
> > > template:
> >
> > >https://github.com/scikits-image/scikits-image/blob/debian/debian/ski.
> ..
> >
> > > > > One thing I'd like to see is a package docstring listing all
> > > subpackages (+
> > > > > 1-sentence descriptions of those subpackages; e.g. type `np?` in
> > > ipython);
> > > > > and then each subpackage would have it's own docstring listing of
> > > functions
> > > > > (e.g. type `numpy.linalg?` in ipython). I guess this is separate
> from
> > > the
> > > > > user guide, but it's still really valuable for learning the
> package.
> >
> > > > Yes, good point!
> >
> > > > > While we're talking about release 0.5, I think we should try to
> clean
> > > out a
> > > > > number of pull requests. Some of them should be quick:
> >
> > > > > PR 99: Rewrite dtype._convert function
> >
> > > > Merged (by me).
> >
> > > > > PR 105: ENH: Allow choice between 4 and 8 neighbor mode.
> >
> > > > Merged (by Tony).
> >
> > > > > PR 95: debian/control updates to reflect name space transition
> >
> > > > Rejected (mainly adding the author's name, but very few changes).  I
> > > > updated the control file to be up to date in the meantime.
> >
> > > > > PR 107: Add rescale_intensity function with test and example.
> >
> > > > I'm keen to merge this; we're just waiting for the rest of the list
> to
> > > > comment on the matplotlib 1.0 dependency.
> >
> > > > Cheers
> > > > Stéfan
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20120206/525884d0/attachment.html>


More information about the scikit-image mailing list