From a64d8bf4e18b189f0e5961734ff7aa47d72baa36 Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Wed, 5 Aug 2015 20:41:13 -0700 Subject: [PATCH] Putting external links in toctree. This is to bring the readthedocs version and custom layout closer together. (Maybe they can converge?) --- docs/_templates/layout.html | 26 -------------------------- docs/index.rst | 9 +++++++++ 2 files changed, 9 insertions(+), 26 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index ef28000ba8c9..0aae54f5ffe8 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -128,32 +128,6 @@

Python

diff --git a/docs/index.rst b/docs/index.rst index af050e3a6964..927302defe54 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -44,6 +44,15 @@ bigquery-usage +.. toctree:: + :maxdepth: 0 + :hidden: + :caption: External Links + + GitHub + Issues + Stack Overflow + PyPI Getting started ---------------