Skip to content

Commit 90834d1

Browse files
authored
Use latest/ directory for docs instead of stable/ (#3766)
See also #3763 $ sed -i '' 's/googlecloudplatform.github.io\/google-cloud-python\/stable\//googlecloudplatform.github.io\/google-cloud-python\/latest\//g' **/*.rst
1 parent cdadf4c commit 90834d1

File tree

17 files changed

+27
-27
lines changed

17 files changed

+27
-27
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Google Cloud Python Client
1212
- `Read The Docs Documentation`_
1313

1414
.. _Homepage: https://googlecloudplatform.github.io/google-cloud-python/
15-
.. _API Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/
15+
.. _API Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/
1616
.. _Read The Docs Documentation: https://google-cloud-python.readthedocs.io/en/latest/
1717

1818
The following client libraries have **GA** support:

bigquery/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python Client for Google BigQuery
99

1010
- `Documentation`_
1111

12-
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/bigquery/usage.html
12+
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/bigquery/usage.html
1313

1414
Quick Start
1515
-----------
@@ -86,7 +86,7 @@ Perform a synchronous query
8686
See the ``google-cloud-python`` API `BigQuery documentation`_ to learn how
8787
to connect to BigQuery using this Client Library.
8888

89-
.. _BigQuery documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/bigquery/usage.html
89+
.. _BigQuery documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/bigquery/usage.html
9090

9191
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-bigquery.svg
9292
:target: https://pypi.org/project/google-cloud-bigquery/

bigtable/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python Client for Google Cloud Bigtable
99

1010
- `Documentation`_
1111

12-
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/bigtable/usage.html
12+
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/bigtable/usage.html
1313

1414
Quick Start
1515
-----------

core/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ common helpers (e.g. base ``Client`` classes) used by all of the
99

1010
- `Documentation`_
1111

12-
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/core/modules.html
12+
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/core/modules.html
1313

1414
Quick Start
1515
-----------

datastore/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python Client for Google Cloud Datastore
99

1010
- `Documentation`_
1111

12-
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/datastore/client.html
12+
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/datastore/client.html
1313

1414
Quick Start
1515
-----------
@@ -44,7 +44,7 @@ queries, and eventual consistency for all other queries.
4444
See the ``google-cloud-python`` API `datastore documentation`_ to learn how to
4545
interact with the Cloud Datastore using this Client Library.
4646

47-
.. _datastore documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/datastore/client.html
47+
.. _datastore documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/datastore/client.html
4848

4949
See the `official Google Cloud Datastore documentation`_ for more details on
5050
how to activate Cloud Datastore for your project.

dns/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python Client for Google Cloud DNS
99

1010
- `Documentation`_
1111

12-
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/dns/usage.html
12+
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/dns/usage.html
1313

1414
Quick Start
1515
-----------

error_reporting/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python Client for Stackdriver Error Reporting
99

1010
- `Documentation`_
1111

12-
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/error-reporting/usage.html
12+
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/error-reporting/usage.html
1313

1414
Quick Start
1515
-----------

language/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python Client for Google Cloud Natural Language
99

1010
- `Documentation`_
1111

12-
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/language/usage.html
12+
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/language/usage.html
1313

1414
Quick Start
1515
-----------

logging/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python Client for Stackdriver Logging
99

1010
- `Documentation`_
1111

12-
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/logging/usage.html
12+
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/logging/usage.html
1313

1414
Quick Start
1515
-----------
@@ -54,7 +54,7 @@ Example of fetching entries:
5454
See the ``google-cloud-python`` API `logging documentation`_ to learn how to
5555
connect to Stackdriver Logging using this Client Library.
5656

57-
.. _logging documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/logging/usage.html
57+
.. _logging documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/logging/usage.html
5858

5959
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-logging.svg
6060
:target: https://pypi.org/project/google-cloud-logging/

monitoring/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Python Client for Stackdriver Monitoring
99

1010
- `Documentation`_
1111

12-
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/monitoring/usage.html
12+
.. _Documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/monitoring/usage.html
1313

1414
Quick Start
1515
-----------
@@ -64,7 +64,7 @@ Display CPU utilization across your GCE instances during the last five minutes:
6464
See the ``google-cloud-python`` API `monitoring documentation`_ to learn how
6565
to connect to Stackdriver Monitoring using this Client Library.
6666

67-
.. _monitoring documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/monitoring/usage.html
67+
.. _monitoring documentation: https://googlecloudplatform.github.io/google-cloud-python/latest/monitoring/usage.html
6868

6969
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-monitoring.svg
7070
:target: https://pypi.org/project/google-cloud-monitoring/

0 commit comments

Comments
 (0)