Skip to content

Commit a38c872

Browse files
committed
Merge branch 'source-design-merge' of https://github.com/plotly/documentation into source-design-merge
2 parents 8a9738a + eef2923 commit a38c872

File tree

8 files changed

+2197
-450
lines changed

8 files changed

+2197
-450
lines changed

_includes/documentation_eg.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154

155155

156156
<li style="background-image: url({{site.imgurl}}{{page.thumbnail}});" class="--grid-item">
157-
<a href="{% if page.permalink contains 'http' %}{{page.permalink}}{% else %}/{{page.permalink}}{% endif %}">
157+
<a href="{% if (page.permalink | slice: 0, 1) == '//' %}{{page.permalink}}{% else %}/{{page.permalink}}{% endif %}">
158158
<div class="--item-meta"><span>{{page.name}}</span></div>
159159
<div class="--item-image">
160160
<span>View Tutorial</span>

_posts/plotly_js/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Our javascript tutorials are written in HTML files with embeded [codepen](http:/
100100
- `git push origin source-design-merge`
101101

102102
10. To proof your work follow these steps: https://github.com/plotly/documentation/blob/source/Contributing.md#rendering-the-pages-locally
103-
11. Deploy with `rake deploy`
103+
11. Deploy with `bundle exec rake deploy`
104104

105105
##### At https://plot.ly/javascript
106106
12. Check your Tutorial!!!! This is a <b>very important</b> step.

_posts/python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Our python tutorials are written in [ipython notebooks](http://ipython.org/noteb
125125
- `git push origin source-design-merge`
126126
127127
10. To proof your work follow these steps: https://github.com/plotly/documentation/blob/source/Contributing.md#rendering-the-pages-locally
128-
11. Deploy with `rake deploy`
128+
11. Deploy with `bundle exec rake deploy`
129129
130130
##### At https://plot.ly/python
131131
12. Check your Tutorial!!!! This is a <b>very important</b> step.

_posts/python/controls/2017-10-05-dash-controls.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: /products/dash/
2+
permalink: //plot.ly/products/dash/
33
name: Dash - Controls with Python Callbacks (NEW!)
44
thumbnail: thumbnail/dash_thumbnail_160.jpg
55
language: python

_posts/python/fundamentals/2017-10-05-dash.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: /products/dash/
2+
permalink: //plot.ly/products/dash/
33
name: Dash - Interactive Python Apps (NEW!)
44
thumbnail: thumbnail/dash_thumbnail_160.jpg
55
language: python

_posts/python/scientific/filled-chord/2015-06-30-filled-chord.html

+676-208
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)