-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
image
description in docstring: towards uniformity?
#4869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
image
description in docstring: towards uniformityimage
description in docstring: towards uniformity?
@sciunto AWESOME work. =D But you should sort and then uniq... ;) I agree that it would be absolutely fantastic to bring this down to some very small number — the biggest difference is whether it's 2D, 2D/3D, or nD, and whether it's grayscale only or allows multichannel. That does not give as many options as listed above 😂 |
I tried to find this feature in man uniq. My bad... of course sort does the thing :) Thanks, list updated. |
PS: my favorite one |
This is just a gold mine. My favourite is:
... 🤦 |
My suggestions:
The shapes are there when they restrict the number of dimensions, or when they are used for pattern matching in the documentation, for example, in Discussion questions:
|
xref #4407 :) |
You're right. It crossed my mind too. |
Uh oh!
There was an error while loading. Please reload this page.
Description
I greped the descriptions of our
image
parameters (ggrep 'image : ' | sed 's/.*: ...//' | uniq
)and the list reflects the varietyWe might have places where exceptions are needed, but otherwise, this looks fairly inconsistent. Do we have / can we decide a policy on this?
xref #4407
The text was updated successfully, but these errors were encountered: