-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Do mild editing for grammar, consistency, and Markdown #7246
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
Conversation
In one document, the constructs in a list of cards were not parallel. In other places, just fiddled with constructs that struck me as awkward.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7246 +/- ##
=======================================
Coverage 98.64% 98.64%
=======================================
Files 1106 1106
Lines 95990 95990
=======================================
+ Hits 94687 94690 +3
+ Misses 1303 1300 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 with the correction below to address yamllint. Thank you!
diff --git a/docs/experiments/_index.yaml b/docs/experiments/_index.yaml
index a66e9d42..ff9b9b75 100644
--- a/docs/experiments/_index.yaml
+++ b/docs/experiments/_index.yaml
@@ -29,5 +29,5 @@ landing_page:
- heading: Variational Quantum Eigensolver
description: An example of computing the ground state of a Hamiltonian using the
- variational principle.
+ variational principle.
path: /cirq/experiments/variational_algorithm
- heading: Quantum Walks
Apply fix from @pavoljuhas for lint error.
In one document, the constructs in a list of cards were not parallel. In other places, just fiddled with constructs that struck me as awkward.
In several
*.md
files, added missing Markdown code block language tags.