Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8174f78

Browse files
committed
missing trailing slashes
1 parent 76dc2ee commit 8174f78

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

_posts/python/3d-bubble/2015-06-30-3dbubble.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: python/3d-bubble-charts
2+
permalink: python/3d-bubble-charts/
33
description: How to make 3D Bubble Charts in Python with Plotly. Three examples of 3D Bubble Charts.
44
title: Python 3D Bubble Charts | plotly
55
has_thumbnail: true

_posts/python/3d-network/2015-06-30-Les-miserables-network.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: python/3d-network-graph
2+
permalink: python/3d-network-graph/
33
description: How to make 3D Network Graphs in Python.
44
title: Python 3D Network Graphs | plotly
55
has_thumbnail: true

_posts/python/3d-surface-coloring/2015-06-30-3d_surface_coloring.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: python/3d-surface-coloring//
2+
permalink: python/3d-surface-coloring/
33
description: How to Color 3D Surface Plots in Python with Plotly.
44
name: 3D Python Surface Coloring | plotly
55
has_thumbnail: true

_posts/python/alpha-shapes/2016-01-15-alpha_shapes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: python/alpha-shapes
2+
permalink: python/alpha-shapes/
33
description: How to make Alpha Shapes in Python with Plotly.
44
title: Python Alpha Shapes | plotly
55
has_thumbnail: true

_posts/python/callbacks-dropdowns/2015-04-09-dropdowns_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Adding Dropdowns with JavaScript | Examples | Plotly
33
name: Dropdown Events
4-
permalink: python/dropdowns
5-
description: How to add dropdowns to Python charts with JavaScript.
4+
permalink: python/dropdowns/
5+
description: How to add dropdowns to Python charts with JavaScript.
66
layout: base
77
thumbnail: thumbnail/dropdown.jpg
88
language: python

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: python/chord-diagram
2+
permalink: python/chord-diagram/
33
description: How to make an interactive chord diagram in Python with Plotly and iGraph.
44
title: Python Chord Diagram | plotly
55
has_thumbnail: true

_posts/python/colorscales/2015-06-30-log-colorscale.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: python/logarithmic-color-scale
2+
permalink: python/logarithmic-color-scale/
33
description: How to make Tables in Python with Plotly.
44
title: Python Logarithmic Colorscale | plotly
55
has_thumbnail: true

_posts/python/delete/2015-06-30-delete.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: python/delete-plots
2+
permalink: python/delete-plots/
33
description: How to delete plotly graphs in python.
44
title: Deleting Plots with the Python API
55
has_thumbnail: false
@@ -105,7 +105,7 @@ <h2 id="trash-and-restore-example"><a href="https://api.plot.ly/v2/files/#trash"
105105
<span class="n">url</span> <span class="o">=</span> <span class="n">py</span><span class="o">.</span><span class="n">plot</span><span class="p">({</span><span class="s">&quot;data&quot;</span><span class="p">:</span> <span class="p">[{</span><span class="s">&quot;x&quot;</span><span class="p">:</span> <span class="p">[</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">3</span><span class="p">],</span>
106106
<span class="s">&quot;y&quot;</span><span class="p">:</span> <span class="p">[</span><span class="mi">4</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">4</span><span class="p">]}],</span>
107107
<span class="s">&quot;layout&quot;</span><span class="p">:</span> <span class="p">{</span><span class="s">&quot;title&quot;</span><span class="p">:</span> <span class="s">&quot;Let&#39;s Trash This Plot&lt;br&gt;(then restore it)&quot;</span><span class="p">}},</span>
108-
<span class="n">filename</span><span class="o">=</span><span class="s">&#39;trash example&#39;</span><span class="p">)</span>
108+
<span class="n">filename</span><span class="o">=</span><span class="s">&#39;trash example&#39;</span><span class="p">)</span>
109109

110110
<span class="n">url</span>
111111
</pre></div>
@@ -276,7 +276,7 @@ <h2 id="PERMANENT-delete"><a href="https://api.plot.ly/v2/files/#permanent_delet
276276
<div class=" highlight hl-ipython2"><pre><span class="n">url</span> <span class="o">=</span> <span class="n">py</span><span class="o">.</span><span class="n">plot</span><span class="p">({</span><span class="s">&quot;data&quot;</span><span class="p">:</span> <span class="p">[{</span><span class="s">&quot;x&quot;</span><span class="p">:</span> <span class="p">[</span><span class="mi">1</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">3</span><span class="p">],</span>
277277
<span class="s">&quot;y&quot;</span><span class="p">:</span> <span class="p">[</span><span class="mi">3</span><span class="p">,</span> <span class="mi">2</span><span class="p">,</span> <span class="mi">1</span><span class="p">]}],</span>
278278
<span class="s">&quot;layout&quot;</span><span class="p">:</span> <span class="p">{</span><span class="s">&quot;title&quot;</span><span class="p">:</span> <span class="s">&quot;Let&#39;s Delete This Plot&lt;br&gt;&lt;b&gt;FOREVER!!!!&lt;/b&gt;&quot;</span><span class="p">}},</span>
279-
<span class="n">filename</span><span class="o">=</span><span class="s">&#39;PERMANENT delete example&#39;</span><span class="p">)</span>
279+
<span class="n">filename</span><span class="o">=</span><span class="s">&#39;PERMANENT delete example&#39;</span><span class="p">)</span>
280280
<span class="n">url</span>
281281
</pre></div>
282282

_posts/python/dendrogram/2015-06-30-dendrograms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: python/dendrogram
2+
permalink: python/dendrogram/
33
description: How to make a dendrogram in Python with Plotly. Three examples of dendrograms.
44
title: Python Dendrograms | plotly
55
has_thumbnail: true

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
permalink: python/filled-chord-diagram
2+
permalink: python/filled-chord-diagram/
33
description: How to make an interactive filled-chord diagram in Python with Plotly and iGraph.
44
title: Python Filled Chord Diagram | plotly
55
has_thumbnail: true

0 commit comments

Comments
 (0)