-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Two more small doc fixes #5711
Two more small doc fixes #5711
Conversation
dstrain115
commented
Jul 11, 2022
- Fix NamedQubit reference
- Fix state vector latex
- Change Foxtail to Sycamore since Foxtail is deprecated. - Add some clarification that instructions are for linux.
- Fix NamedQubit reference - Fix state vector latex
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 % one formatting question.
cirq-core/cirq/ops/named_qubit.py
Outdated
@@ -129,7 +129,7 @@ def __repr__(self) -> str: | |||
|
|||
@staticmethod | |||
def range(*args, prefix: str) -> List['NamedQubit']: | |||
"""Returns a range of ``NamedQubit``\\s. | |||
r"""Returns a range of ``NamedQubit``s. |
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.
What's going on with the double-backquote here? Why not:
r"""Returns a range of `cirq.NamedQubit`s."""
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.
Done.
Automerge cancelled: A required status check is not present. Missing statuses: ['Lint check', 'Misc check', 'Notebook formatting', 'Pytest MacOS (3.7)', 'Pytest MacOS (3.8)', 'Pytest MacOS (3.9)', 'Pytest Ubuntu (3.7)', 'Pytest Ubuntu (3.8)', 'Pytest Ubuntu (3.9)', 'Pytest Windows (3.7)', 'Pytest Windows (3.8)', 'Pytest Windows (3.9)', 'Type check', 'Typescript lint check', 'Typescript tests', 'Typescript tests coverage'] |
- Fix NamedQubit reference - Fix state vector latex
- Fix NamedQubit reference - Fix state vector latex