File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
cirq-google/cirq_google/devices Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ class GridDevice(cirq.Device):
430
430
431
431
For Google devices, the
432
432
[DeviceSpecification proto](
433
- https://github.com/quantumlib/Cirq/blob/master /cirq-google/cirq_google/api/v2/device.proto
433
+ https://github.com/quantumlib/Cirq/blob/main /cirq-google/cirq_google/api/v2/device.proto
434
434
)
435
435
is the main specification for device information surfaced by the Quantum Computing Service.
436
436
Thus, this class should typically be instantiated using a `DeviceSpecification` proto via the
Original file line number Diff line number Diff line change 1
- .. image :: https://raw.githubusercontent.com/quantumlib/Cirq/master /docs/images/Cirq_logo_color.png
1
+ .. image :: https://raw.githubusercontent.com/quantumlib/Cirq/main /docs/images/Cirq_logo_color.png
2
2
:target: https://github.com/quantumlib/cirq
3
3
:alt: Cirq
4
4
:width: 500px
Original file line number Diff line number Diff line change 1
- [MASTER ]
1
+ [MAIN ]
2
2
load-plugins =pylint.extensions.docstyle,pylint.extensions.docparams,pylint_copyright_checker
3
3
max-line-length =100
4
4
disable =all
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ See the [triaging process](../../docs/dev/triage.md)
5
5
# Configuration
6
6
7
7
For the dashboard you will have to edit the embedded YAML config in [ configmap.yaml] ( kubernetes/02_deployment/configmap.yaml ) .
8
- Please refer to the [ triage party docs] ( https://github.com/google/triage-party/blob/master /docs/config.md ) for configuration details.
8
+ Please refer to the [ triage party docs] ( https://github.com/google/triage-party/blob/main /docs/config.md ) for configuration details.
9
9
10
10
## Secret
11
11
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ We use github's release system for creating releases. Release are listed
58
58
[ on the Cirq release page] ( https://github.com/quantumlib/Cirq/releases ) .
59
59
60
60
Our development process uses the ` main ` branch for development.
61
- Master will always use the next unreleased minor version with the suffix
61
+ Main will always use the next unreleased minor version with the suffix
62
62
of ".dev". When a release is performed, the ".dev" will be removed and tagged
63
63
in a release branch with a version tag (vX.X.X). Then, main will be updated
64
64
to the next minor version. This can always be found in the
@@ -158,7 +158,7 @@ git commit -m "Bump cirq version to ${NEXT_VER}"
158
158
git push origin " version_bump_${NEXT_VER} "
159
159
```
160
160
161
- Master branch should never see a non-dev version specifier.
161
+ The main branch should never see a non-dev version specifier.
162
162
163
163
### Create distribution wheel
164
164
You can’t perform that action at this time.
0 commit comments