Files
superset2/user_guide.html

199 lines
7.8 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>User Guide &mdash; caravel documentation</title>
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="_static/bootstrap-3.3.4/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="_static/bootstrap-3.3.4/css/bootstrap-theme.min.css" type="text/css" />
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
<link rel="stylesheet" href="_static/docs.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/js/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="_static/js/jquery-fix.js"></script>
<script type="text/javascript" src="_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
<script type="text/javascript" src="_static/bootstrap-sphinx.js"></script>
<link rel="top" title="caravel documentation" href="index.html" />
<link rel="prev" title="Installation &amp; Configuration" href="installation.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body role="document">
<div id="navbar" class="navbar navbar-default ">
<div class="container">
<div class="navbar-header">
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">
Caravel Documentation</a>
<span class="navbar-text navbar-version pull-left"><b></b></span>
</div>
<div class="collapse navbar-collapse nav-collapse">
<ul class="nav navbar-nav">
<li class="dropdown globaltoc-container">
<a role="button"
id="dLabelGlobalToc"
data-toggle="dropdown"
data-target="#"
href="index.html">Topics <b class="caret"></b></a>
<ul class="dropdown-menu globaltoc"
role="menu"
aria-labelledby="dLabelGlobalToc"><ul class="current">
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation &amp; Configuration</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="">User Guide</a></li>
</ul>
</ul>
</li>
<li class="dropdown">
<a role="button"
id="dLabelLocalToc"
data-toggle="dropdown"
data-target="#"
href="#">Page <b class="caret"></b></a>
<ul class="dropdown-menu localtoc"
role="menu"
aria-labelledby="dLabelLocalToc"><ul>
<li><a class="reference internal" href="#">User Guide</a><ul>
<li><a class="reference internal" href="#quick-intro">Quick Intro</a></li>
<li><a class="reference internal" href="#dashboard-creation">Dashboard Creation</a></li>
<li><a class="reference internal" href="#dashboard-filtering">Dashboard Filtering</a></li>
<li><a class="reference internal" href="#customize-css-and-dashboard-themes">Customize CSS and dashboard themes</a></li>
<li><a class="reference internal" href="#slice-annotations">Slice Annotations</a></li>
<li><a class="reference internal" href="#adding-a-table">Adding a Table</a></li>
<li><a class="reference internal" href="#define-sql-expressions">Define SQL Expressions</a></li>
</ul>
</li>
</ul>
</ul>
</li>
<li class="hidden-sm"></li>
</ul>
<form class="navbar-form navbar-right" action="search.html" method="get">
<div class="form-group">
<input type="text" name="q" class="form-control" placeholder="Search" />
</div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
</div>
</div>
<div class="container mainbody">
<div class="section" id="user-guide">
<h1>User Guide<a class="headerlink" href="#user-guide" title="Permalink to this headline"></a></h1>
<p>The user guide is a collection of short videos showing different aspect
of Caravel.</p>
<div class="section" id="quick-intro">
<h2>Quick Intro<a class="headerlink" href="#quick-intro" title="Permalink to this headline"></a></h2>
<p>This video demonstrates how Caravel works at a high level, it shows how
to navigate through datasets and dashboards that are already available.</p>
<iframe width="640" height="360" src="//www.youtube.com/embed/3Txm_nj_R7M?feature=player_detailpage" frameborder="0" allowfullscreen="1">&nbsp;</iframe></div>
<div class="section" id="dashboard-creation">
<h2>Dashboard Creation<a class="headerlink" href="#dashboard-creation" title="Permalink to this headline"></a></h2>
<p>This video walk you through the creation of a simple dashboard as a
collection of data slices.</p>
<ul class="simple">
<li>Coming soon!</li>
</ul>
</div>
<div class="section" id="dashboard-filtering">
<h2>Dashboard Filtering<a class="headerlink" href="#dashboard-filtering" title="Permalink to this headline"></a></h2>
<p>This video shows how to create dynamic filters on dashboards, how to
immunize certain widgets from being affected by filters.</p>
<ul class="simple">
<li>Coming soon!</li>
</ul>
</div>
<div class="section" id="customize-css-and-dashboard-themes">
<h2>Customize CSS and dashboard themes<a class="headerlink" href="#customize-css-and-dashboard-themes" title="Permalink to this headline"></a></h2>
<p>A quick walkthrough on how to apply existing CSS templates, alter them and
create new ones.</p>
<ul class="simple">
<li>Coming soon!</li>
</ul>
</div>
<div class="section" id="slice-annotations">
<h2>Slice Annotations<a class="headerlink" href="#slice-annotations" title="Permalink to this headline"></a></h2>
<p>A short video on how to annotate your charts, the markdown language and
to toggle them on dashboards.</p>
<ul class="simple">
<li>Coming soon!</li>
</ul>
</div>
<div class="section" id="adding-a-table">
<h2>Adding a Table<a class="headerlink" href="#adding-a-table" title="Permalink to this headline"></a></h2>
<p>This videos shows you how to expose a new table in Caravel, and how to
define the semantics on how this can be accessed by others in the <code class="docutils literal"><span class="pre">Explore</span></code>
and <code class="docutils literal"><span class="pre">Dashboard</span></code> views.</p>
<ul class="simple">
<li>Coming soon!</li>
</ul>
</div>
<div class="section" id="define-sql-expressions">
<h2>Define SQL Expressions<a class="headerlink" href="#define-sql-expressions" title="Permalink to this headline"></a></h2>
<p>A walkthrough on how to create your own derived dimensions and metrics.</p>
<ul class="simple">
<li>Coming soon!</li>
</ul>
</div>
</div>
</div>
<footer class="footer">
<div class="container">
<p class="pull-right">
<a href="#">Back to top</a>
</p>
<p>
&copy; Copyright 2015, Maxime Beauchemin, Airbnb.<br/>
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.6.<br/>
</p>
</div>
</footer>
</body>
</html>