From 7da628262ff6531f8fe05a68b09381a60a8e31cc Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 15 Jan 2015 12:32:46 -0500 Subject: [PATCH] Pin 'Getting stared with gcloud' section on every page. Make it togglable, like the node docs. Fixes #553. --- docs/_components/getting-started.rst | 32 ------------ docs/_templates/layout.html | 77 ++++++++++++++++++++++++++++ docs/index.rst | 6 --- 3 files changed, 77 insertions(+), 38 deletions(-) delete mode 100644 docs/_components/getting-started.rst 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 %}