Skip to content

Commit c055ee8

Browse files
authored
Merge pull request #2469 from dhermes/add-happybase-refs
Adding HappyBase to the umbrella package.
2 parents 637c01e + d18a835 commit c055ee8

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Note on Editable Installs / Develop Mode
112112
.. _namespace packages: https://www.python.org/dev/peps/pep-0420/
113113
.. _Issue #2316: https://github.com/GoogleCloudPlatform/google-cloud-python/issues/2316
114114
.. _PyPA issue: https://github.com/pypa/packaging-problems/issues/12
115-
.. _develop mode: http://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode
115+
.. _develop mode: https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode
116116
.. _editable install: https://pip.pypa.io/en/stable/reference/pip_install/#editable-installs
117117

118118
I'm getting weird errors... Can you help?
@@ -417,7 +417,7 @@ and lack of continuous integration `support`_.
417417

418418
.. _Python 2.5: https://docs.python.org/2.5/
419419
.. _decreased usage: https://caremad.io/2013/10/a-look-at-pypi-downloads/
420-
.. _support: http://blog.travis-ci.com/2013-11-18-upcoming-build-environment-updates/
420+
.. _support: https://blog.travis-ci.com/2013-11-18-upcoming-build-environment-updates/
421421

422422
We have `dropped 2.6`_ as a supported version as well since Python 2.6 is no
423423
longer supported by the core development team.

README.rst

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Google Cloud Python Client
1212
- `Read The Docs Documentation`_
1313

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

1818
This client supports the following Google Cloud Platform services:
1919

@@ -30,6 +30,7 @@ This client supports the following Google Cloud Platform services:
3030
- `Google Cloud Natural Language`_ (`Natural Language README`_)
3131
- `Google Translate`_ (`Translate README`_)
3232
- `Google Cloud Vision`_ (`Vision README`_)
33+
- `Google Cloud Bigtable - HappyBase`_ (`HappyBase README`_)
3334

3435
.. _Google Cloud Datastore: https://pypi.python.org/pypi/google-cloud-datastore
3536
.. _Datastore README: https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/datastore
@@ -57,6 +58,8 @@ This client supports the following Google Cloud Platform services:
5758
.. _Translate README: https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/translate
5859
.. _Google Cloud Vision: https://pypi.python.org/pypi/google-cloud-vision
5960
.. _Vision README: https://github.com/GoogleCloudPlatform/google-cloud-python/tree/master/vision
61+
.. _Google Cloud Bigtable - HappyBase: https://pypi.python.org/pypi/google-cloud-happybase/
62+
.. _HappyBase README: https://github.com/GoogleCloudPlatform/google-cloud-python-happybase
6063

6164
If you need support for other Google APIs, check out the
6265
`Google APIs Python Client library`_.
@@ -88,7 +91,7 @@ Check out the `Authentication section`_ in our documentation to learn more.
8891
You may also find the `authentication document`_ shared by all the
8992
``google-cloud-*`` libraries to be helpful.
9093

91-
.. _Authentication section: http://google-cloud-python.readthedocs.io/en/latest/google-cloud-auth.html
94+
.. _Authentication section: https://google-cloud-python.readthedocs.io/en/latest/google-cloud-auth.html
9295
.. _authentication document: https://github.com/GoogleCloudPlatform/gcloud-common/tree/master/authentication
9396

9497
Contributing

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
REQUIREMENTS = [
5353
'google-cloud-bigquery >= 0.20.0',
5454
'google-cloud-bigtable >= 0.20.0',
55+
'google-cloud-happybase >= 0.20.0',
5556
'google-cloud-core >= 0.20.0',
5657
'google-cloud-datastore >= 0.20.0',
5758
'google-cloud-dns >= 0.20.0',

0 commit comments

Comments
 (0)