diff --git a/_images/bar.png b/_images/bar.png
new file mode 100644
index 00000000000..b41014788a2
Binary files /dev/null and b/_images/bar.png differ
diff --git a/_images/big_number.png b/_images/big_number.png
new file mode 100644
index 00000000000..2420f25e9fb
Binary files /dev/null and b/_images/big_number.png differ
diff --git a/_images/bubble.png b/_images/bubble.png
new file mode 100644
index 00000000000..08de51f4ff6
Binary files /dev/null and b/_images/bubble.png differ
diff --git a/_images/filter.png b/_images/filter.png
new file mode 100644
index 00000000000..209259c699a
Binary files /dev/null and b/_images/filter.png differ
diff --git a/_images/force_directed.png b/_images/force_directed.png
new file mode 100644
index 00000000000..1cc7ce95799
Binary files /dev/null and b/_images/force_directed.png differ
diff --git a/_images/line.png b/_images/line.png
new file mode 100644
index 00000000000..67f8fe887f0
Binary files /dev/null and b/_images/line.png differ
diff --git a/_images/percent_change.png b/_images/percent_change.png
new file mode 100644
index 00000000000..00b0a7c515f
Binary files /dev/null and b/_images/percent_change.png differ
diff --git a/_images/pie.png b/_images/pie.png
new file mode 100644
index 00000000000..ab76749f74c
Binary files /dev/null and b/_images/pie.png differ
diff --git a/_images/pivot_table.png b/_images/pivot_table.png
new file mode 100644
index 00000000000..37f86af079c
Binary files /dev/null and b/_images/pivot_table.png differ
diff --git a/_images/sankey.png b/_images/sankey.png
new file mode 100644
index 00000000000..981cdba8708
Binary files /dev/null and b/_images/sankey.png differ
diff --git a/_images/stacked.png b/_images/stacked.png
new file mode 100644
index 00000000000..86f1080cda5
Binary files /dev/null and b/_images/stacked.png differ
diff --git a/_images/sunburst.png b/_images/sunburst.png
new file mode 100644
index 00000000000..f155363aad4
Binary files /dev/null and b/_images/sunburst.png differ
diff --git a/_images/table.png b/_images/table.png
new file mode 100644
index 00000000000..a3dd1bee98d
Binary files /dev/null and b/_images/table.png differ
diff --git a/_images/word_cloud.png b/_images/word_cloud.png
new file mode 100644
index 00000000000..03936e1253d
Binary files /dev/null and b/_images/word_cloud.png differ
diff --git a/_sources/gallery.txt b/_sources/gallery.txt
new file mode 100644
index 00000000000..16d9af24e49
--- /dev/null
+++ b/_sources/gallery.txt
@@ -0,0 +1,45 @@
+Gallery
+=======
+
+.. image:: _static/img/viz_thumbnails/line.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/bubble.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/table.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/pie.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/bar.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/sankey.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/word_cloud.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/filter.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/pivot_table.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/force_directed.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/percent_change.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/sunburst.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/stacked.png
+ :scale: 25 %
+
+.. image:: _static/img/viz_thumbnails/big_number.png
+ :scale: 25 %
+
diff --git a/_sources/index.txt b/_sources/index.txt
index 27c169c5d6b..07c19448eb0 100644
--- a/_sources/index.txt
+++ b/_sources/index.txt
@@ -33,6 +33,7 @@ Contents
installation
tutorial
videos
+ gallery
Indices and tables
diff --git a/_sources/installation.txt b/_sources/installation.txt
index 7c59aee8ebd..40a7035335e 100644
--- a/_sources/installation.txt
+++ b/_sources/installation.txt
@@ -139,9 +139,9 @@ Druid
-----
* From the UI, enter the information about your clusters in the
- ``Admin->Clusters`` menu by hitting the + sign.
+ ``Admin->Clusters`` menu by hitting the + sign.
* Once the Druid cluster connection information is entered, hit the
- ``Admin->Refresh Metadata`` menu item to populate
+ ``Admin->Refresh Metadata`` menu item to populate
* Navigate to your datasources
diff --git a/_sources/tutorial.txt b/_sources/tutorial.txt
index 44d7d1c76c3..46c6153c34d 100644
--- a/_sources/tutorial.txt
+++ b/_sources/tutorial.txt
@@ -15,8 +15,8 @@ Now click on the ``+`` button to add a new entry
:scale: 30 %
Fill in an arbitrary reference name for the database, and you SqlAlchemy
-URI. To figure out how to construct your URI, check out the `SqlAlchemy
-documentation `_.
+URI. To figure out how to construct your URI, check out the
+`SqlAlchemy documentation `_.
Then you can test your connection. If it works, you'll see a positive popup
and list of the tables that SqlAlchemy has found for that URI.
diff --git a/_static/docs.css b/_static/docs.css
index ffbb0397061..f5922576ee9 100644
--- a/_static/docs.css
+++ b/_static/docs.css
@@ -17,6 +17,12 @@ p {
margin-bottom: 10px;
}
+#gallery img {
+ border: 1px solid gray;
+ box-shadow: 5px 5px 5px #888888;
+ margin: 10px;
+}
+
.carousel img {
max-height: 500px;
}
diff --git a/_static/img/caravel_logo.png b/_static/img/caravel_logo.png
new file mode 100644
index 00000000000..672d9fe7fab
Binary files /dev/null and b/_static/img/caravel_logo.png differ
diff --git a/_static/img/favicon.png b/_static/img/favicon.png
index 77fd477def7..264be6930de 100644
Binary files a/_static/img/favicon.png and b/_static/img/favicon.png differ
diff --git a/_static/img/viz_thumbnails/bar.png b/_static/img/viz_thumbnails/bar.png
new file mode 100644
index 00000000000..b41014788a2
Binary files /dev/null and b/_static/img/viz_thumbnails/bar.png differ
diff --git a/_static/img/viz_thumbnails/big_number.png b/_static/img/viz_thumbnails/big_number.png
new file mode 100644
index 00000000000..2420f25e9fb
Binary files /dev/null and b/_static/img/viz_thumbnails/big_number.png differ
diff --git a/_static/img/viz_thumbnails/bubble.png b/_static/img/viz_thumbnails/bubble.png
new file mode 100644
index 00000000000..08de51f4ff6
Binary files /dev/null and b/_static/img/viz_thumbnails/bubble.png differ
diff --git a/_static/img/viz_thumbnails/filter.png b/_static/img/viz_thumbnails/filter.png
new file mode 100644
index 00000000000..209259c699a
Binary files /dev/null and b/_static/img/viz_thumbnails/filter.png differ
diff --git a/_static/img/viz_thumbnails/force_directed.png b/_static/img/viz_thumbnails/force_directed.png
new file mode 100644
index 00000000000..1cc7ce95799
Binary files /dev/null and b/_static/img/viz_thumbnails/force_directed.png differ
diff --git a/_static/img/viz_thumbnails/line.png b/_static/img/viz_thumbnails/line.png
new file mode 100644
index 00000000000..67f8fe887f0
Binary files /dev/null and b/_static/img/viz_thumbnails/line.png differ
diff --git a/_static/img/viz_thumbnails/percent_change.png b/_static/img/viz_thumbnails/percent_change.png
new file mode 100644
index 00000000000..00b0a7c515f
Binary files /dev/null and b/_static/img/viz_thumbnails/percent_change.png differ
diff --git a/_static/img/viz_thumbnails/pie.png b/_static/img/viz_thumbnails/pie.png
new file mode 100644
index 00000000000..ab76749f74c
Binary files /dev/null and b/_static/img/viz_thumbnails/pie.png differ
diff --git a/_static/img/viz_thumbnails/pivot_table.png b/_static/img/viz_thumbnails/pivot_table.png
new file mode 100644
index 00000000000..37f86af079c
Binary files /dev/null and b/_static/img/viz_thumbnails/pivot_table.png differ
diff --git a/_static/img/viz_thumbnails/sankey.png b/_static/img/viz_thumbnails/sankey.png
new file mode 100644
index 00000000000..981cdba8708
Binary files /dev/null and b/_static/img/viz_thumbnails/sankey.png differ
diff --git a/_static/img/viz_thumbnails/stacked.png b/_static/img/viz_thumbnails/stacked.png
new file mode 100644
index 00000000000..86f1080cda5
Binary files /dev/null and b/_static/img/viz_thumbnails/stacked.png differ
diff --git a/_static/img/viz_thumbnails/sunburst.png b/_static/img/viz_thumbnails/sunburst.png
new file mode 100644
index 00000000000..f155363aad4
Binary files /dev/null and b/_static/img/viz_thumbnails/sunburst.png differ
diff --git a/_static/img/viz_thumbnails/table.png b/_static/img/viz_thumbnails/table.png
new file mode 100644
index 00000000000..a3dd1bee98d
Binary files /dev/null and b/_static/img/viz_thumbnails/table.png differ
diff --git a/_static/img/viz_thumbnails/word_cloud.png b/_static/img/viz_thumbnails/word_cloud.png
new file mode 100644
index 00000000000..03936e1253d
Binary files /dev/null and b/_static/img/viz_thumbnails/word_cloud.png differ
diff --git a/gallery.html b/gallery.html
new file mode 100644
index 00000000000..6cf00490bbe
--- /dev/null
+++ b/gallery.html
@@ -0,0 +1,150 @@
+
+
+
+
+
+
+
+ Gallery — caravel documentation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Topics
+
+
+
+
+ Page
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Gallery
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/genindex.html b/genindex.html
index 2a733fbd64a..26f7cb7d8bd 100644
--- a/genindex.html
+++ b/genindex.html
@@ -70,6 +70,7 @@
Installation & Configuration
Tutorial
Videos
+Gallery
diff --git a/index.html b/index.html
index 7bf6c2b61c0..b7a288677b4 100644
--- a/index.html
+++ b/index.html
@@ -70,6 +70,7 @@
Installation & Configuration
Tutorial
Videos
+Gallery
@@ -254,6 +255,7 @@ to the user
Define SQL Expressions
+Gallery
@@ -281,4 +283,4 @@ to the user