Skip to content

Commit 3ea9c87

Browse files
authored
Consistent parameter indentation in README.rst (#4150)
The reStructured Text parameters for image directives are indented inconsistently in README.rst. All directives (`image` and `code-block`) aside from two cases have indentation of two spaces. The inconsistent cases currently have four spaces. This PR applies consistent two space indentation.
1 parent 705f37b commit 3ea9c87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ circuits and running them against quantum computers and simulators.
1111
:alt: Build Status
1212

1313
.. image:: https://badge.fury.io/py/cirq.svg
14-
:target: https://badge.fury.io/py/cirq
14+
:target: https://badge.fury.io/py/cirq
1515

1616
.. image:: https://readthedocs.org/projects/cirq/badge/?version=latest
17-
:target: https://readthedocs.org/projects/cirq/versions/
18-
:alt: Documentation Status
17+
:target: https://readthedocs.org/projects/cirq/versions/
18+
:alt: Documentation Status
1919

2020

2121
Installation and Documentation

0 commit comments

Comments
 (0)