Skip to content

Commit

Permalink
Adding a Gallery to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Apr 5, 2016
1 parent 81de51b commit 9aaa43b
Show file tree
Hide file tree
Showing 17 changed files with 52 additions and 0 deletions.
Binary file added caravel/assets/images/viz_thumbnails/bar.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added caravel/assets/images/viz_thumbnails/bubble.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added caravel/assets/images/viz_thumbnails/filter.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added caravel/assets/images/viz_thumbnails/line.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added caravel/assets/images/viz_thumbnails/pie.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added caravel/assets/images/viz_thumbnails/sankey.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added caravel/assets/images/viz_thumbnails/stacked.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added caravel/assets/images/viz_thumbnails/table.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/_static/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
45 changes: 45 additions & 0 deletions docs/gallery.rst
Original file line number Diff line number Diff line change
@@ -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 %

1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Contents
installation
tutorial
videos
gallery


Indices and tables
Expand Down

0 comments on commit 9aaa43b

Please sign in to comment.