Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a Gallery to the docs #282

Merged
merged 1 commit into from
Apr 6, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added caravel/assets/images/viz_thumbnails/bar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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
Loading
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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
Loading
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
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