diff --git a/docs/_components/getting-started.rst b/docs/_components/getting-started.rst deleted file mode 100644 index 477504bce66d..000000000000 --- a/docs/_components/getting-started.rst +++ /dev/null @@ -1,32 +0,0 @@ -The ``gcloud`` library is ``pip`` install-able: - -.. code-block:: console - - $ pip install gcloud - -If you have trouble installing -``pycrypto`` or ``pyopenssl`` -(and you're on Ubuntu), -you can try install the precompiled packages: - -.. code-block:: console - - $ sudo apt-get install python-crypto python-openssl - -If you want to install everything with ``pip``, -try installing the ``dev`` packages beforehand: - -.. code-block:: console - - $ sudo apt-get install python-dev libssl-dev - -If you want to install `gcloud-python` from source, -you can clone the repository from GitHub: - -.. code-block:: console - - $ git clone git://github.com/GoogleCloudPlatform/gcloud-python.git - $ cd gcloud-python - $ python setup.py install - ----- \ No newline at end of file diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 26b870d4ba22..0c0fae3218b1 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -106,6 +106,71 @@

Python

+
+

+ + + Getting started with + gcloud +

+ + {% block body %} {% endblock %}