From 24e588cfabc6c14fa4280ba7cd266d33909c314f Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Tue, 27 Sep 2016 10:36:24 -0700 Subject: [PATCH] Removing "install from source" instructions. We still have documentation in `CONTRIBUTING` for how one might go about this, it just isn't necessary in the basic user-facing documentation. Fixes #2437. --- docs/index.rst | 9 --------- docs/json/json/master/overview.html | 11 ----------- 2 files changed, 20 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index f258ba89c2d2..fbf22306ab75 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -193,15 +193,6 @@ The ``google-cloud`` library is ``pip`` install-able: $ pip install google-cloud -If you want to install ``google-cloud-python`` from source, -you can clone the repository from GitHub: - -.. code-block:: console - - $ git clone git://github.com/GoogleCloudPlatform/google-cloud-python.git - $ cd google-cloud-python - $ python setup.py install - ---- Cloud Datastore diff --git a/docs/json/json/master/overview.html b/docs/json/json/master/overview.html index 21cc46ad4f73..08d4b32fabe7 100644 --- a/docs/json/json/master/overview.html +++ b/docs/json/json/master/overview.html @@ -8,17 +8,6 @@

Getting started

$ pip install google-cloud -

-If you want to install google-cloud-python from source, -you can clone the repository from GitHub: -

- -
- $ git clone git://github.com/GoogleCloudPlatform/google-cloud-python.git - $ cd google-cloud-python - $ python setup.py install -
-

Cloud Datastore