forked from tableau/server-client-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/gh-pages' into jorwoods/docs_m…
…erge
- Loading branch information
Showing
38 changed files
with
8,966 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
source 'https://rubygems.org' | ||
gem 'github-pages', group: :jekyll_plugins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Site settings | ||
title: Tableau Server Client Library (Python) | ||
email: github@tableau.com | ||
description: Simplify interactions with the Tableau Server REST API. | ||
baseurl: "/server-client-python" | ||
permalinks: pretty | ||
defaults: | ||
- | ||
scope: | ||
path: "" # Apply to all files | ||
values: | ||
layout: "default" | ||
|
||
# Build settings | ||
markdown: kramdown | ||
highlighter: rouge | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- Google Tag Manager --> | ||
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': | ||
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], | ||
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= | ||
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); | ||
})(window,document,'script','dataLayer','GTM-BVCN');</script> | ||
<!-- End Google Tag Manager --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
<div class="well docs-menu col-xs-12 col-sm-4 col-md-3"> | ||
{% include search_form.html %} | ||
<ul class="nav nav-list"> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs">Get Started</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/getting-help">Getting Help</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/sign-in-out">Sign In and Out</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/versions">Versions</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/page-through-results">Page Through Results</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/populate-connections-views">Populate Connections and Views</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/filter-sort">Filter and Sort</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/environment-variables">Environment Variables</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/samples">Samples</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/troubleshooting">Troubleshooting</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/dev-guide">Developer Guide</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref">API Reference</a> | ||
<ul> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#authentication">Authentication</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#connections">Connections</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#data-sources">Data sources</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#filters">Filters</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#groups">Groups</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#jobs">Jobs</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#projects">Projects</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#requests">Requests</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#schedules">Schedules</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#server">Server</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#sites">Sites</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#sort">Sort</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#subscriptions">Subscriptions</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#tasks">Tasks</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#users">Users</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#views">Views</a> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#webhooks">Webhooks</a> | ||
</li> | ||
<li> | ||
<a href="{{ site.baseurl }}/docs/api-ref#workbooks">Workbooks</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<!-- Footer --> | ||
<footer> | ||
<div class="row"> | ||
<hr class="footer-hr"> | ||
<p>This site is open source. Suggestions and pull requests are welcome on our <a href="https://github.com/tableau/server-client-python">GitHub page</a>.</p> | ||
<p><a href="https://www.tableau.com/en-us/legal" class="aLegal">LEGAL</a> <a href="https://www.tableau.com/en-us/privacy" class="aLegal">PRIVACY</a> © <script>document.write(new Date().getFullYear())</script> Salesforce, Inc.</p> | ||
<sub>Documentation last generated on: {{ site.time }}</sub> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
|
||
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title> | ||
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}"> | ||
|
||
<link rel="shortcut icon" type="image/png" href="{{ site.baseurl }}/assets/logo.png"> | ||
|
||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> | ||
<link rel="stylesheet" href="{{ site.baseurl }}/css/main.css"> | ||
<link rel="stylesheet" href="{{ site.baseurl }}/css/github-highlight.css"> | ||
|
||
<script src="{{ site.baseurl }}/js/redirect-to-search.js"></script> | ||
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script> | ||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> | ||
|
||
{% if jekyll.environment == "production" %}{% include analytics.html %}{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<header class="site-header"> | ||
<div class="wrapper"> | ||
<nav class="navbar navbar-default navbar-fixed-top"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
<a class="navbar-brand navbar-brand-logo" href="{{ site.baseurl }}/#">Tableau Server Client (Python)</a> | ||
</div> | ||
<div id="navbar" class="navbar-collapse collapse"> | ||
<ul class="nav navbar-nav"> | ||
<li><a href="{{ site.baseurl }}/docs/">Docs</a></li> | ||
<li><a href="{{ site.baseurl }}/docs/api-ref">API Reference</a></li> | ||
<li><a target="_blank" href="https://community.tableau.com/s/developers">Forum</a></li> | ||
<!-- <li><a href="{{ site.baseurl }}/news/">What's New?</a></li> --> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li class="tableauIcon"><a target="_blank" href="https://tableau.com"><img src="{{ site.baseurl }}/assets/logo.png" alt="Tableau Developers" class="logo" /></a></li> | ||
<li><a target="_blank" href="https://github.com/tableau/server-client-python"><span class="icon icon--github" title="Tableau Server Client on GitHub" alt="Tableau Server Client on GitHub">{% include icon-github.svg %}</span></a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
</div> | ||
</header> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<div class="search-container form-group has-feedback"> | ||
<form id="docs-search"> | ||
<input type="search" id="search-input" class="custom-search form-control" placeholder="Search the docs..." search-url="{{ site.baseurl}}/docs/search.html"> | ||
<span class="glyphicon glyphicon-search form-control-feedback"></span> | ||
</form> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
{% include head.html %} | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
{% include header.html %} | ||
<ul class="blogul"> | ||
{% for post in site.posts %} | ||
<div class="row"> | ||
<h1>{{ post.title }}</h1> | ||
<hr> | ||
<p><span class="glyphicon glyphicon-time"></span> Posted on {{ post.date | date: "%-d %B %Y" }}</p> | ||
<hr> | ||
<p class="lead"> | ||
{{ post.abstract }} | ||
</p> | ||
{% if post.photoname %} | ||
<img class="img-responsive" src="{{ site.baseurl }}/assets/{{ post.photoname}}" alt=""> {% endif %} | ||
<hr> | ||
<div class="blog-content"> | ||
{{ post.content }} | ||
</div> | ||
</div> | ||
{% endfor %} | ||
</ul> | ||
{% include footer.html %} | ||
</div> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.