-
Notifications
You must be signed in to change notification settings - Fork 81
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
enforce 50 <= description length <= 160 #890
Conversation
463e9a4
to
4f01fc6
Compare
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
One or more of the the following people are requested to review this:
|
👍 for docs/run/quantum-serverless.mdx |
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.
Thanks! We'll want to make an exception for API docs but this can be fixed in my follow up work to start running the metadata checker on API docs.
The new descriptions look solid to me. Maybe wait for sign off from @javabster because she did the first pass at rewriting these descriptions last time.
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.
👍
Follow up to #890. API docs are auto-generated so we can't easily fix if the line length is not ideal, which often happens from being too short.
Follow up to Qiskit#890. API docs are auto-generated so we can't easily fix if the line length is not ideal, which often happens from being too short.
Fixes #327