-
Notifications
You must be signed in to change notification settings - Fork 624
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
[v0.40.0 QA] PL Docs Improvements #6774
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## v0.40.0-docs #6774 +/- ##
===============================================
Coverage ? 99.60%
===============================================
Files ? 476
Lines ? 45233
Branches ? 0
===============================================
Hits ? 45056
Misses ? 177
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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 to me, thanks!
**Context:** Source-code improvements found during the v0.40 quality assurance process. Documentation focused improvements are addressed in #6774. **Description of the Change:** A few things were adjusted in this PR, **Bosonic Operators** - `BoseX` and `FermiX` are now both top-level (as suggested by product). - `BoseX` now raises a `TypeError` (instead of a `ValueError` for an inappropriate operator type (was suggested in the original PR but was never implemented). - Minor documentation clean-up due to top-level access adjustment.
Context:
Pure documentation improvements found during the v0.40 quality assurance process.
Source-code improvements are addressed in #6773.