-
Notifications
You must be signed in to change notification settings - Fork 587
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
documentation fixes #2805
base: master
Are you sure you want to change the base?
documentation fixes #2805
Conversation
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.
This pull request does not contain a valid label. Please add one of the following labels: pr-fix, pr-change, pr-feature, pr-maintenance
Release Notes PreviewOther: |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2805 +/- ##
==========================================
- Coverage 27.24% 26.78% -0.46%
==========================================
Files 179 179
Lines 36063 36063
==========================================
- Hits 9826 9661 -165
- Misses 26237 26402 +165 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
except: | ||
warn("Unable to parse parameters for %s\n%s\n" % (item["signature"], sys.exc_info()[1])) | ||
except Exception as e: | ||
warn("Unable to parse parameters for %s\n%s\n" % (item["signature"], repr(e))) |
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.
E501 line too long (90 > 79 characters)
This comment has been minimized.
This comment has been minimized.
scripts/docs/bin/build_docs.py
Outdated
@@ -1,4 +1,4 @@ | |||
#!/usr/bin/python3 | |||
#!/usr/bin/env python3 |
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.
This part is no longer needed, it was already handled by another PR.
This PR contains:
Many other bits of doc are broken like (2) fixes (both in Hammerspoon and in Spoons) - this is just a suggested format for those, feel free to disagree.