This was brought up in https://github.com/scikit-image/scikit-image/pull/7853#discussion_r2226321608. In scikit-image we frequently document the expected value range for scalars in our docstrings. E.g. ``` p0 : float in interval [0, 1], optional ``` @stefanv points out that it might be nice to support this syntax in docstub.
This was brought up in scikit-image/scikit-image#7853 (comment).
In scikit-image we frequently document the expected value range for scalars in our docstrings. E.g.
@stefanv points out that it might be nice to support this syntax in docstub.