Skip to content

Commit 01474c0

Browse files
authored
Merge pull request #1058 from plotly/python_orca
New Orca-based static image export tutorials for plotly.py 3.2.0
2 parents 9967e41 + a63d118 commit 01474c0

16 files changed

+3327
-3436
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,7 @@ node_modules
1616
.sass-cache
1717
.DS_Store
1818
.jekyll-metadata
19+
20+
vendor/bundle
21+
.bundle
22+
_posts/python/fundamentals/static-image/images

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plotlyjs_download_url: https://cdn.plot.ly/plotly-latest.min.js
2222
# Excludes
2323
# ---
2424
#exclude: ['*.Rmd','_posts/2015-09-09-matlab-reference.html','_posts/2015-09-06-r-reference.html','_posts/2015-09-06-python-reference.html','_posts/2015-08-19-plotly_js-reference.html','_posts/2015-04-05-ggplot2-index.html','_posts/2015-04-05-julia-index.html','_posts/2015-04-05-matplotlib-index.html','_posts/2015-04-05-node_js-index.html','_posts/2015-04-05-plotly_js-index.html','_posts/2015-04-05-plotlyjs-function-reference.md','_posts/2015-05-25-ipython-notebooks_gallery.html','_posts/2015-05-25-ipython-notebooks_index.html','_posts/2015-07-13-eula_index.html','_posts/2015-07-19-pandas.html','_posts/2015-07-26-index.html','_posts/2015-07-30-r-index.Rmd','_posts/2015-07-30-r-index.md','_posts/2015-08-20-research-box-index.html','_posts/ggplot2','_posts/julia','_posts/matplotlib','_posts/nodejs','_posts/pandas','_posts/plotly_js','_posts/r','_posts/tutorials','_posts/user_guide_python']
25-
exclude: [_posts/temp, '*.Rmd', _posts/user_guide_python/old_user_guide/redirect_from]
25+
exclude: [_posts/temp, '*.Rmd', _posts/user_guide_python/old_user_guide/redirect_from, vendor]
2626

2727
# ---
2828
# Markdown / Syntax

_config_dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plotlyjs_download_url: https://cdn.plot.ly/plotly-latest.min.js
1717
# Excludes
1818
# ---
1919
# all of the posts: ['*.Rmd','_posts/2015-09-09-matlab-reference.html','_posts/2015-09-06-r-reference.html','_posts/2015-09-06-python-reference.html','_posts/2015-08-19-plotly_js-reference.html','_posts/2015-04-05-ggplot2-index.html','_posts/2015-04-05-julia-index.html','_posts/2015-04-05-matlab-index.html','_posts/2015-04-05-matplotlib-index.html','_posts/2015-04-05-node_js-index.html','_posts/2015-04-05-plotly_js-index.html','_posts/2015-04-05-plotlyjs-function-reference.md','_posts/2015-04-05-python-index.html','_posts/2015-05-25-ipython-notebooks_gallery.html','_posts/2015-05-25-ipython-notebooks_index.html','_posts/2015-07-13-eula_index.html','_posts/2015-07-19-pandas.html','_posts/2015-07-26-index.html','_posts/2015-07-30-r-index.Rmd','_posts/2015-07-30-r-index.md','_posts/2015-08-20-research-box-index.html','_posts/ggplot2','_posts/julia','_posts/matlab','_posts/matplotlib','_posts/nodejs','_posts/pandas','_posts/plotly_js','_posts/python','_posts/r','_posts/tutorials','_posts/user_guide_matlab','_posts/user_guide_python']
20-
exclude: ['*.Rmd','_posts/matlab','_posts/dashboards','_posts/julia','_posts/matplotlib','_posts/misc','_posts/nodejs','_posts/numpy','_posts/scala','_posts/scikit','_posts/tutorials','_posts/user_guide_matlab','_posts/user_guide_python']
20+
exclude: ['*.Rmd','_posts/matlab','_posts/dashboards','_posts/julia','_posts/matplotlib','_posts/misc','_posts/nodejs','_posts/numpy','_posts/scala','_posts/scikit','_posts/tutorials','_posts/user_guide_matlab','_posts/user_guide_python', 'vendor']
2121
#exclude: [_posts/temp, '*.Rmd']
2222

2323
# ---

_data/cache_bust_css.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
26066b61dc11fdafb06ddd642c70d0d8 ../all_static/css/main.css
1+
299bf4ed0ab496795b8fe3588fa04c34 ../all_static/css/main.css
22
a5765df8bc2358dd61c19edcc0cbef7d ../all_static/css/normalize.css

_includes/_new/_page-components/_footer-main.html

+2
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,11 @@ <h6 class="--footer-heading">Connect</h6>&#x9;&#x9;&#x9;
197197
<!-- Image Hover Script -->
198198
<script src="{{site.staticurl}}/javascripts/imghover.js"></script>
199199

200+
{% if page.language != "python" %}
200201
<!-- code highlighting -->
201202
<script src="{{site.staticurl}}/javascripts/codehighlight/highlight.pack.js"></script>
202203
<script>hljs.initHighlightingOnLoad();</script>
204+
{% endif %}
203205

204206
<!-- Google Analytics -->
205207
<script>

_includes/footer.html

+2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ <h6 class="footer-heading">Connect</h6>
7070
<script type='text/javascript' src='//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML%2CSafe.js&#038;ver=4.1'></script>
7171
{% endif %}
7272

73+
{% if page.language != "python" %}
7374
<!-- code highlighting -->
7475
<script src="{{site.staticurl}}/javascripts/codehighlight/highlight.pack.js"></script>
7576
<script>hljs.initHighlightingOnLoad();</script>
77+
{% endif %}
7678

7779
<!-- Google Analytics -->
7880
<script>

_includes/head.html

+3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77

88

9+
{% if page.language != "python" %}
10+
<!-- code highlighting -->
911
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js"></script>
1012
<script>hljs.initHighlightingOnLoad();</script>
13+
{% endif %}
1114

1215
<!--
1316
//// Stylesheets

_posts/python/fundamentals/orca-management/2015-06-30-orca-management.html

+688
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)