Skip to content

Commit fe4cc1e

Browse files
authored
Merge pull request #2581 from dhermes/code-block-console
Replace :: with `.. code-block:: console`.
2 parents bf0c541 + a8e1b93 commit fe4cc1e

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ If you need support for other Google APIs, check out the
6969
Quick Start
7070
-----------
7171

72-
::
72+
.. code-block:: console
7373
7474
$ pip install --upgrade google-cloud
7575

bigquery/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Google BigQuery
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-bigquery
1818

bigtable/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Google Cloud Bigtable
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-bigtable
1818

core/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ used by all of the ``google-cloud-*``.
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-core

datastore/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Google Cloud Datastore
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-datastore
1818

dns/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Google Cloud DNS
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-dns
1818

error_reporting/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Stackdriver Error Reporting
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-error-reporting
1818

language/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Google Cloud Natural Language
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-language
1818
$ # OR

logging/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Stackdriver Logging
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-logging
1818

monitoring/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Stackdriver Monitoring
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-monitoring
1818

pubsub/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Google Cloud Pub / Sub
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-pubsub
1818

resource_manager/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Google Cloud Resource Manager
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-resource-manager
1818

speech/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Google Cloud Speech
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-speech
1818

storage/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Google Cloud Storage
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-storage
1818

translate/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Google Translate
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-translate
1818

vision/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Python Client for Google Cloud Vision
1212
Quick Start
1313
-----------
1414

15-
::
15+
.. code-block:: console
1616
1717
$ pip install --upgrade google-cloud-vision
1818

0 commit comments

Comments
 (0)