From f4f614d76b8c1cf44705d001d95103b33ceaba92 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Thu, 24 Mar 2016 08:12:39 -0700 Subject: [PATCH] Docs for 0.8.4 --- .gitignore | 1 + _sources/index.txt | 8 ++++---- _sources/user_guide.txt | 2 +- genindex.html | 1 + get-docs.sh | 1 + index.html | 19 +++++++++++++++---- search.html | 1 + searchindex.js | 2 +- user_guide.html | 10 ++++------ 9 files changed, 29 insertions(+), 16 deletions(-) create mode 100755 get-docs.sh diff --git a/.gitignore b/.gitignore index 17eef48f4fa..6a2366bdba1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.pyc +panoramix babel .DS_Store .coverage diff --git a/_sources/index.txt b/_sources/index.txt index 026bf737a9d..43e212ce841 100644 --- a/_sources/index.txt +++ b/_sources/index.txt @@ -13,9 +13,9 @@ Features providers (database, OpenID, LDAP, OAuth & REMOTE_USER through Flask AppBuilder) - A simple semantic layer, allowing users to control how data sources are - displayed in the UI by defining which fields should show up in which - drop-down and which aggregation and function metrics are made available - to the user + displayed in the UI by defining which fields should show up in which + drop-down and which aggregation and function metrics are made available + to the user - Integration with most RDBMS through SqlAlchemy - Deep integration with Druid.io @@ -25,10 +25,10 @@ Contents .. toctree:: :maxdepth: 2 + installation user_guide - Indices and tables ------------------ diff --git a/_sources/user_guide.txt b/_sources/user_guide.txt index e6a2fa709eb..9844300a663 100644 --- a/_sources/user_guide.txt +++ b/_sources/user_guide.txt @@ -9,7 +9,7 @@ Quick Intro This video demonstrates how Dashed works at a high level, it shows how to navigate through datasets and dashboards that are already available. -- Coming soon! +.. youtube:: https://www.youtube.com/watch?v=3Txm_nj_R7M Dashboard Creation '''''''''''''''''' diff --git a/genindex.html b/genindex.html index 5ede92ccbac..125f3f9d1ed 100644 --- a/genindex.html +++ b/genindex.html @@ -67,6 +67,7 @@ diff --git a/get-docs.sh b/get-docs.sh new file mode 100755 index 00000000000..78f75489b55 --- /dev/null +++ b/get-docs.sh @@ -0,0 +1 @@ +cp -r /tmp/dashed-docs/* . diff --git a/index.html b/index.html index a1400a3cf63..4a550cfd87a 100644 --- a/index.html +++ b/index.html @@ -31,7 +31,7 @@ - + @@ -67,6 +67,7 @@ @@ -96,7 +97,7 @@
  • - +
  • @@ -235,10 +236,13 @@ Flask AppBuilder)

    -
  • A simple semantic layer, allowing users to control how data sources are -displayed in the UI by defining which fields should show up in which +

  • +
    A simple semantic layer, allowing users to control how data sources are
    +

    displayed in the UI by defining which fields should show up in which drop-down and which aggregation and function metrics are made available to the user

    +
    +
  • Integration with most RDBMS through SqlAlchemy

  • @@ -250,6 +254,13 @@ to the user

    Contents

    +

    Dashboard Creation

    This video walk you through the creation of a simple dashboard as a