-
Notifications
You must be signed in to change notification settings - Fork 224
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
Add region docstring to COMMON_OPTIONS for non-plotting modules #1493
Comments
Good point. Another factor is that
|
The For about half of the plotting modules, I think we can simply define
and add some trailing text if
in
|
I agree with @seisman's suggestion and think we should update the docs for Requires only region
Requires only projection
Requires region and projection
#define THIS_MODULE_NEEDS "jr" (may be required, depending on other arguments)
|
I"ll submit a PR that removes the text for |
|
The current docstring for rose is fine, since the usage is different from all the other cases. |
Actually, I'm a little confused about the |
I just asked Paul about this. For
|
The use of
{R}
in docstrings begins with "Required if this is the first plot command.", which doesn't make sense for not plotting modules. I think there should be an{R-noplot}
-type option that just states that the region can be set.Are you willing to help implement and maintain this feature? Yes
The text was updated successfully, but these errors were encountered: