Adding a Gallery to the docs

This commit is contained in:
Maxime Beauchemin 2016-04-06 08:46:21 -07:00
parent c2bb49fec5
commit d10eaeccc9
17 changed files with 52 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 314 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 253 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 KiB

View File

@ -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;
}

45
docs/gallery.rst Normal file
View File

@ -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 %

View File

@ -33,6 +33,7 @@ Contents
installation
tutorial
videos
gallery
Indices and tables