Skip to content

Commit

Permalink
Sphinx - Chart Gallery Page - Made GIFs Transparent (vertica#1122)
Browse files Browse the repository at this point in the history
* Made GIFs Transparent

* Update custom_styling.css
  • Loading branch information
mail4umar authored Jan 11, 2024
1 parent 1163224 commit de84b6f
Show file tree
Hide file tree
Showing 34 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion docs/source/_static/css/custom_styling.css
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,8 @@ body {

/* Chart Gallery Page */
.custom-class-img-top-7 {
height: 200px
height: 200px;
padding: 8px;
}
/* END Connector Page Img Cards */

Expand Down
Binary file modified docs/source/_static/gif_acf.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_animated.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_area.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_bar.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_boxplot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_candlestick.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/source/_static/gif_champion_challenger.gif
Binary file not shown.
Binary file modified docs/source/_static/gif_classification_curve.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_classification_plot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_contour_plot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_corr.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_density.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_geo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_hist.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_learning.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_line.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_lof.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_outliers.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_pie.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_pivot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_range.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_regression_plot.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_scatter.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_spider.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/source/_static/gif_stepwise.gif
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 docs/source/_static/gif_time_series.gif
Binary file removed docs/source/_static/gif_tree.gif
Diff not rendered.
Binary file added docs/source/_static/pic_champion_challenger.png
Binary file modified docs/source/_static/pic_elbow.png
Binary file modified docs/source/_static/pic_seasonal.PNG
Binary file removed docs/source/_static/pic_time_series.png
Diff not rendered.
Binary file added docs/source/_static/pic_tree.png
6 changes: 3 additions & 3 deletions docs/source/chart_gallery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Machine Learning
.. grid-item::

.. card:: Champion Challenger
:img-top: _static/gif_champion_challenger.gif
:img-top: _static/pic_champion_challenger.png
:link: chart_gallery.champion_challenger
:link-type: ref
:text-align: center
Expand Down Expand Up @@ -539,7 +539,7 @@ Machine Learning
.. grid-item::

.. card:: Tree
:img-top: _static/gif_tree.gif
:img-top: _static/pic_tree.png
:link: chart_gallery.tree
:link-type: ref
:text-align: center
Expand All @@ -559,7 +559,7 @@ Machine Learning
.. grid-item::

.. card:: Time-series
:img-top: _static/pic_time_series.png
:img-top: _static/gif_time_series.gif
:link: chart_gallery.tsa
:link-type: ref
:text-align: center
Expand Down

0 comments on commit de84b6f

Please sign in to comment.