Skip to content

Commit

Permalink
Update docs after merge to master.
Browse files Browse the repository at this point in the history
  • Loading branch information
travis-ci committed Aug 29, 2015
1 parent fb68e00 commit 5f75778
Show file tree
Hide file tree
Showing 60 changed files with 414 additions and 352 deletions.
2 changes: 1 addition & 1 deletion latest/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 0deb8fc384262123dd47cdf354cd6b6a
config: 96eb07a54560688d81b867b3ad0b553e
tags: 645f666f9bcd5a90fca523b33c5a78b7
10 changes: 5 additions & 5 deletions latest/_modules/gcloud/bigquery/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>gcloud.bigquery.client &mdash; gcloud fa4563d documentation</title>
<title>gcloud.bigquery.client &mdash; gcloud 3687302 documentation</title>

<link rel="stylesheet" href="../../../_static/css/main.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
Expand All @@ -14,15 +14,15 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../../',
VERSION: 'fa4563d',
VERSION: '3687302',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../../../_static/js/vendor/modernizr-2.6.2.min.js"></script>
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<link rel="top" title="gcloud fa4563d documentation" href="../../../index.html" />
<link rel="top" title="gcloud 3687302 documentation" href="../../../index.html" />
<link rel="up" title="Module code" href="../../index.html" />
</head>
<body role="document">
Expand Down Expand Up @@ -65,7 +65,7 @@ <h1 class="logo">
</li>
</ul>
</nav><!-- end of .main-nav -->
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues/new?title=%5BDocumentation+Issue%5D+&body=Page+Name%3A+_modules/gcloud/bigquery/client%0ARelease%3A%20fa4563d" target="_blank" class="v-btn" id="file-issue">
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues/new?title=%5BDocumentation+Issue%5D+&body=Page+Name%3A+_modules/gcloud/bigquery/client%0ARelease%3A%203687302" target="_blank" class="v-btn" id="file-issue">
<img src="_static/images/icon-link-github.svg" />
Report an Issue
</a>
Expand All @@ -77,7 +77,7 @@ <h1 class="logo">
<div class="versions">
<a href="/gcloud-python/versions.html" class="v-btn">
<img src="_static/images/icon-arrow-bullet.svg" />
Version History (fa4563d)
Version History (3687302)
</a>
</div><!-- end of .versions -->
<div>
Expand Down
21 changes: 8 additions & 13 deletions latest/_modules/gcloud/bigquery/connection.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>gcloud.bigquery.connection &mdash; gcloud fa4563d documentation</title>
<title>gcloud.bigquery.connection &mdash; gcloud 3687302 documentation</title>

<link rel="stylesheet" href="../../../_static/css/main.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
Expand All @@ -14,15 +14,15 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../../',
VERSION: 'fa4563d',
VERSION: '3687302',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../../../_static/js/vendor/modernizr-2.6.2.min.js"></script>
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<link rel="top" title="gcloud fa4563d documentation" href="../../../index.html" />
<link rel="top" title="gcloud 3687302 documentation" href="../../../index.html" />
<link rel="up" title="Module code" href="../../index.html" />
</head>
<body role="document">
Expand Down Expand Up @@ -65,7 +65,7 @@ <h1 class="logo">
</li>
</ul>
</nav><!-- end of .main-nav -->
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues/new?title=%5BDocumentation+Issue%5D+&body=Page+Name%3A+_modules/gcloud/bigquery/connection%0ARelease%3A%20fa4563d" target="_blank" class="v-btn" id="file-issue">
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues/new?title=%5BDocumentation+Issue%5D+&body=Page+Name%3A+_modules/gcloud/bigquery/connection%0ARelease%3A%203687302" target="_blank" class="v-btn" id="file-issue">
<img src="_static/images/icon-link-github.svg" />
Report an Issue
</a>
Expand All @@ -77,7 +77,7 @@ <h1 class="logo">
<div class="versions">
<a href="/gcloud-python/versions.html" class="v-btn">
<img src="_static/images/icon-arrow-bullet.svg" />
Version History (fa4563d)
Version History (3687302)
</a>
</div><!-- end of .versions -->
<div>
Expand Down Expand Up @@ -110,11 +110,6 @@ <h1>Source code for gcloud.bigquery.connection</h1><div class="highlight"><pre>
<span class="kn">from</span> <span class="nn">gcloud</span> <span class="kn">import</span> <span class="n">connection</span> <span class="k">as</span> <span class="n">base_connection</span>


<span class="n">SCOPE</span> <span class="o">=</span> <span class="p">(</span><span class="s">&#39;https://www.googleapis.com/auth/bigquery&#39;</span><span class="p">,</span>
<span class="s">&#39;https://www.googleapis.com/auth/cloud-platform&#39;</span><span class="p">)</span>
<span class="sd">&quot;&quot;&quot;The scopes required for authenticating as a Cloud BigQuery consumer.&quot;&quot;&quot;</span>


<div class="viewcode-block" id="Connection"><a class="viewcode-back" href="../../../bigquery-client.html#gcloud.bigquery.connection.Connection">[docs]</a><span class="k">class</span> <span class="nc">Connection</span><span class="p">(</span><span class="n">base_connection</span><span class="o">.</span><span class="n">JSONConnection</span><span class="p">):</span>
<span class="sd">&quot;&quot;&quot;A connection to Google Cloud Pubsub via the JSON REST API.&quot;&quot;&quot;</span>

Expand All @@ -127,9 +122,9 @@ <h1>Source code for gcloud.bigquery.connection</h1><div class="highlight"><pre>
<span class="n">API_URL_TEMPLATE</span> <span class="o">=</span> <span class="s">&#39;{api_base_url}/bigquery/{api_version}{path}&#39;</span>
<span class="sd">&quot;&quot;&quot;A template for the URL of a particular API call.&quot;&quot;&quot;</span>

<span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">credentials</span><span class="o">=</span><span class="bp">None</span><span class="p">,</span> <span class="n">http</span><span class="o">=</span><span class="bp">None</span><span class="p">):</span>
<span class="n">credentials</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">_create_scoped_credentials</span><span class="p">(</span><span class="n">credentials</span><span class="p">,</span> <span class="n">SCOPE</span><span class="p">)</span>
<span class="nb">super</span><span class="p">(</span><span class="n">Connection</span><span class="p">,</span> <span class="bp">self</span><span class="p">)</span><span class="o">.</span><span class="n">__init__</span><span class="p">(</span><span class="n">credentials</span><span class="o">=</span><span class="n">credentials</span><span class="p">,</span> <span class="n">http</span><span class="o">=</span><span class="n">http</span><span class="p">)</span></div>
<span class="n">SCOPE</span> <span class="o">=</span> <span class="p">(</span><span class="s">&#39;https://www.googleapis.com/auth/bigquery&#39;</span><span class="p">,</span>
<span class="s">&#39;https://www.googleapis.com/auth/cloud-platform&#39;</span><span class="p">)</span>
<span class="sd">&quot;&quot;&quot;The scopes required for authenticating as a Cloud BigQuery consumer.&quot;&quot;&quot;</span></div>
</pre></div>

</section><!-- end of .content -->
Expand Down
10 changes: 5 additions & 5 deletions latest/_modules/gcloud/bigquery/dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>gcloud.bigquery.dataset &mdash; gcloud fa4563d documentation</title>
<title>gcloud.bigquery.dataset &mdash; gcloud 3687302 documentation</title>

<link rel="stylesheet" href="../../../_static/css/main.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
Expand All @@ -14,15 +14,15 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../../',
VERSION: 'fa4563d',
VERSION: '3687302',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../../../_static/js/vendor/modernizr-2.6.2.min.js"></script>
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<link rel="top" title="gcloud fa4563d documentation" href="../../../index.html" />
<link rel="top" title="gcloud 3687302 documentation" href="../../../index.html" />
<link rel="up" title="Module code" href="../../index.html" />
</head>
<body role="document">
Expand Down Expand Up @@ -65,7 +65,7 @@ <h1 class="logo">
</li>
</ul>
</nav><!-- end of .main-nav -->
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues/new?title=%5BDocumentation+Issue%5D+&body=Page+Name%3A+_modules/gcloud/bigquery/dataset%0ARelease%3A%20fa4563d" target="_blank" class="v-btn" id="file-issue">
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues/new?title=%5BDocumentation+Issue%5D+&body=Page+Name%3A+_modules/gcloud/bigquery/dataset%0ARelease%3A%203687302" target="_blank" class="v-btn" id="file-issue">
<img src="_static/images/icon-link-github.svg" />
Report an Issue
</a>
Expand All @@ -77,7 +77,7 @@ <h1 class="logo">
<div class="versions">
<a href="/gcloud-python/versions.html" class="v-btn">
<img src="_static/images/icon-arrow-bullet.svg" />
Version History (fa4563d)
Version History (3687302)
</a>
</div><!-- end of .versions -->
<div>
Expand Down
10 changes: 5 additions & 5 deletions latest/_modules/gcloud/bigquery/job.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>gcloud.bigquery.job &mdash; gcloud fa4563d documentation</title>
<title>gcloud.bigquery.job &mdash; gcloud 3687302 documentation</title>

<link rel="stylesheet" href="../../../_static/css/main.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
Expand All @@ -14,15 +14,15 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../../',
VERSION: 'fa4563d',
VERSION: '3687302',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../../../_static/js/vendor/modernizr-2.6.2.min.js"></script>
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<link rel="top" title="gcloud fa4563d documentation" href="../../../index.html" />
<link rel="top" title="gcloud 3687302 documentation" href="../../../index.html" />
<link rel="up" title="Module code" href="../../index.html" />
</head>
<body role="document">
Expand Down Expand Up @@ -65,7 +65,7 @@ <h1 class="logo">
</li>
</ul>
</nav><!-- end of .main-nav -->
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues/new?title=%5BDocumentation+Issue%5D+&body=Page+Name%3A+_modules/gcloud/bigquery/job%0ARelease%3A%20fa4563d" target="_blank" class="v-btn" id="file-issue">
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues/new?title=%5BDocumentation+Issue%5D+&body=Page+Name%3A+_modules/gcloud/bigquery/job%0ARelease%3A%203687302" target="_blank" class="v-btn" id="file-issue">
<img src="_static/images/icon-link-github.svg" />
Report an Issue
</a>
Expand All @@ -77,7 +77,7 @@ <h1 class="logo">
<div class="versions">
<a href="/gcloud-python/versions.html" class="v-btn">
<img src="_static/images/icon-arrow-bullet.svg" />
Version History (fa4563d)
Version History (3687302)
</a>
</div><!-- end of .versions -->
<div>
Expand Down
10 changes: 5 additions & 5 deletions latest/_modules/gcloud/bigquery/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>gcloud.bigquery.table &mdash; gcloud fa4563d documentation</title>
<title>gcloud.bigquery.table &mdash; gcloud 3687302 documentation</title>

<link rel="stylesheet" href="../../../_static/css/main.css" type="text/css" />
<link rel="stylesheet" href="../../../_static/pygments.css" type="text/css" />
Expand All @@ -14,15 +14,15 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../../',
VERSION: 'fa4563d',
VERSION: '3687302',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../../../_static/js/vendor/modernizr-2.6.2.min.js"></script>
<link rel="shortcut icon" href="../../../_static/favicon.ico"/>
<link rel="top" title="gcloud fa4563d documentation" href="../../../index.html" />
<link rel="top" title="gcloud 3687302 documentation" href="../../../index.html" />
<link rel="up" title="Module code" href="../../index.html" />
</head>
<body role="document">
Expand Down Expand Up @@ -65,7 +65,7 @@ <h1 class="logo">
</li>
</ul>
</nav><!-- end of .main-nav -->
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues/new?title=%5BDocumentation+Issue%5D+&body=Page+Name%3A+_modules/gcloud/bigquery/table%0ARelease%3A%20fa4563d" target="_blank" class="v-btn" id="file-issue">
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues/new?title=%5BDocumentation+Issue%5D+&body=Page+Name%3A+_modules/gcloud/bigquery/table%0ARelease%3A%203687302" target="_blank" class="v-btn" id="file-issue">
<img src="_static/images/icon-link-github.svg" />
Report an Issue
</a>
Expand All @@ -77,7 +77,7 @@ <h1 class="logo">
<div class="versions">
<a href="/gcloud-python/versions.html" class="v-btn">
<img src="_static/images/icon-arrow-bullet.svg" />
Version History (fa4563d)
Version History (3687302)
</a>
</div><!-- end of .versions -->
<div>
Expand Down
10 changes: 5 additions & 5 deletions latest/_modules/gcloud/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>gcloud.client &mdash; gcloud fa4563d documentation</title>
<title>gcloud.client &mdash; gcloud 3687302 documentation</title>

<link rel="stylesheet" href="../../_static/css/main.css" type="text/css" />
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
Expand All @@ -14,15 +14,15 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../../',
VERSION: 'fa4563d',
VERSION: '3687302',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../../_static/js/vendor/modernizr-2.6.2.min.js"></script>
<link rel="shortcut icon" href="../../_static/favicon.ico"/>
<link rel="top" title="gcloud fa4563d documentation" href="../../index.html" />
<link rel="top" title="gcloud 3687302 documentation" href="../../index.html" />
<link rel="up" title="Module code" href="../index.html" />
</head>
<body role="document">
Expand Down Expand Up @@ -65,7 +65,7 @@ <h1 class="logo">
</li>
</ul>
</nav><!-- end of .main-nav -->
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues/new?title=%5BDocumentation+Issue%5D+&body=Page+Name%3A+_modules/gcloud/client%0ARelease%3A%20fa4563d" target="_blank" class="v-btn" id="file-issue">
<a href="https://github.com/GoogleCloudPlatform/gcloud-python/issues/new?title=%5BDocumentation+Issue%5D+&body=Page+Name%3A+_modules/gcloud/client%0ARelease%3A%203687302" target="_blank" class="v-btn" id="file-issue">
<img src="_static/images/icon-link-github.svg" />
Report an Issue
</a>
Expand All @@ -77,7 +77,7 @@ <h1 class="logo">
<div class="versions">
<a href="/gcloud-python/versions.html" class="v-btn">
<img src="_static/images/icon-arrow-bullet.svg" />
Version History (fa4563d)
Version History (3687302)
</a>
</div><!-- end of .versions -->
<div>
Expand Down
Loading

0 comments on commit 5f75778

Please sign in to comment.