-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update documentation #42
Conversation
sfinkens
commented
Nov 27, 2019
- Add link to satpy example notebook (see Update AVHRR example pytroll-examples#20)
- Fix sphinx warnings
@@ -460,14 +460,18 @@ def get_angles(self): | |||
and different ranges. | |||
|
|||
Returns: | |||
sat_azi: satellite azimuth angle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks nice. Does it still follow google-style doc strings?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. No it doesn't. I've changed it according to https://stackoverflow.com/a/29343326/5703449.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM