Skip to content
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

Apply some minor doc fixes #6289

Merged
merged 2 commits into from Sep 18, 2023
Merged

Conversation

dstrain115
Copy link
Collaborator

  • quirk_url_to_circuit and quirk_json_to_circuit had weird HTML in them.
  • concat_ragged had a bunch of pre tags in the output.

I believe these changes fix the markdown generation.

- quirk_url_to_circuit and quirk_json_to_circuit had weird
HTML in them.
- concat_ragged had a bunch of pre tags in the output.

I believe these changes fix the markdown generation.
@dstrain115 dstrain115 requested review from vtomole, cduck and a team as code owners September 15, 2023 22:09
@CirqBot CirqBot added the size: M 50< lines changed <250 label Sep 15, 2023
@NoureldinYosri NoureldinYosri enabled auto-merge (squash) September 15, 2023 22:12
@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (f715527) 97.88% compared to head (cd85881) 97.88%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6289   +/-   ##
=======================================
  Coverage   97.88%   97.88%           
=======================================
  Files        1104     1104           
  Lines       95830    95841   +11     
=======================================
+ Hits        93805    93818   +13     
+ Misses       2025     2023    -2     
Files Changed Coverage Δ
cirq-core/cirq/circuits/circuit.py 98.43% <ø> (ø)
cirq-core/cirq/devices/named_topologies.py 98.26% <ø> (ø)
cirq-core/cirq/interop/quirk/url_to_circuit.py 99.35% <ø> (ø)
cirq-core/cirq/protocols/apply_channel_protocol.py 100.00% <ø> (ø)
examples/two_qubit_gate_compilation.py 97.36% <ø> (-0.07%) ⬇️
cirq-core/cirq/contrib/svg/svg.py 99.14% <100.00%> (+<0.01%) ⬆️
...q-core/cirq/experiments/qubit_characterizations.py 99.63% <100.00%> (-0.01%) ⬇️
cirq-core/cirq/linalg/decompositions.py 96.52% <100.00%> (ø)
cirq-core/cirq/vis/heatmap.py 98.80% <100.00%> (+0.01%) ⬆️
cirq-core/cirq/vis/heatmap_test.py 98.05% <100.00%> (+0.04%) ⬆️
... and 4 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@NoureldinYosri NoureldinYosri merged commit 1366494 into quantumlib:master Sep 18, 2023
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size: M 50< lines changed <250
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants