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

Skip to content

Commit 334b25d

Browse files
Merge pull request plotly#1385 from plotly/fix_bad_tags
Fix bad tags
2 parents 34f657e + 2f51a45 commit 334b25d

25 files changed

+36
-59
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ node_modules
2020
vendor/bundle
2121
.bundle
2222
_posts/python/fundamentals/static-image/images
23+
_config_personal.yml

_posts/ggplot2/2016-12-16-ggplot2-index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ redirect_from: ggplot2/reference/
1414
<div class="--category-img"><img src="https://images.plot.ly/language-icons/api-home/ggplot2-logo.png" alt=""></div>
1515
<div class="--body">
1616
<h1>Plotly ggplot2 Library</h1>
17-
<p>{{page.description}}</consectetur>
18-
</p>
17+
<p>{{page.description}}</p>
1918
</div>
2019
</div>
2120
</div>

_posts/pandas/2015-07-19-pandas_index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/pandas-small.png" alt=""></div>
1414
<div class="--body">
1515
<h1>Plotly Python Open Source Graphing Library for Pandas</h1>
16-
<p>Cufflinks binds plotly to pandas dataframes in <a href="https://plot.ly/ipython-notebooks/">IPython notebook</a>. <a href="https://plot.ly/ipython-notebooks/cufflinks/">Read more</a>.</consectetur>
17-
</p>
16+
<p>Cufflinks binds plotly to pandas dataframes in <a href="https://plot.ly/ipython-notebooks/">IPython notebook</a>. <a href="https://plot.ly/ipython-notebooks/cufflinks/">Read more</a>.</p>
1817
</div>
1918
</div>
2019
</div>

_posts/plotly_js/3d/2017-02-24-plotly_js-3D-index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
<div class="--category-img"><img src="https://images.plot.ly/language-icons/api-home/js-logo.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly.js 3D Charts</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>
2827
</header>
2928

3029
{% assign languagelistimg = site.posts | where:"language","plotly_js" | where:"display_as","3d_charts" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
31-
{% include documentation_eg.html %}
30+
{% include documentation_eg.html %}

_posts/plotly_js/basic/2017-02-24-plotly_js-basic-index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
<div class="--category-img"><img src="https://images.plot.ly/language-icons/api-home/js-logo.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly.js Basic Charts</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>
2827
</header>
2928

3029
{% assign languagelistimg = site.posts | where:"language","plotly_js" | where:"display_as","basic" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
31-
{% include documentation_eg.html %}
30+
{% include documentation_eg.html %}

_posts/plotly_js/scientific/2017-02-24-plotly_js-scientific-index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
<div class="--category-img"><img src="https://images.plot.ly/language-icons/api-home/js-logo.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly.js Scientific Charts</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>
2827
</header>
2928

3029
{% assign languagelistimg = site.posts | where:"language","plotly_js" | where:"display_as","scientific" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
31-
{% include documentation_eg.html %}
30+
{% include documentation_eg.html %}

_posts/plotly_js/statistical/2017-02-24-plotly_js-statistical-index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
<div class="--category-img"><img src="https://images.plot.ly/language-icons/api-home/js-logo.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly.js Statistical Charts</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>
2827
</header>
2928

3029
{% assign languagelistimg = site.posts | where:"language","plotly_js" | where:"display_as","statistical" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
31-
{% include documentation_eg.html %}
30+
{% include documentation_eg.html %}

_posts/python/2015-04-05-python-index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,8 @@
1414
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
1515
<div class="--body">
1616
<h1>Plotly Python Open Source Graphing Library</h1>
17-
<p>{{page.description}}</consectetur>
18-
</p>
19-
</div
17+
<p>{{page.description}}</p>
18+
</div>
2019
</div>
2120
</div>
2221
</header>

_posts/python/3d/2017-02-24-python-3d-index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
2222
<div class="--body">
2323
<h1>Plotly Python Open Source Graphing Library 3D Charts</h1>
24-
<p>{{page.description}}</consectetur>
25-
</p>
24+
<p>{{page.description}}</p>
2625
</div>
2726
</div>
2827
</div>
2928
</header>
3029

3130
{% assign languagelistimg = site.posts | where:"language","python" | where:"display_as","3d_charts" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
32-
{% include documentation_eg.html %}
31+
{% include documentation_eg.html %}

_posts/python/basic/2017-02-24-python-basic-index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
2222
<div class="--body">
2323
<h1>Plotly Python Open Source Graphing Library Basic Charts</h1>
24-
<p>{{page.description}}</consectetur>
25-
</p>
24+
<p>{{page.description}}</p>
2625
</div>
2726
</div>
2827
</div>
2928
</header>
3029

3130
{% assign languagelistimg = site.posts | where: "language","python" | where: "display_as","basic" | where: "has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
32-
{% include documentation_eg.html %}
31+
{% include documentation_eg.html %}

_posts/python/fundamentals/2017-02-24-python-fundamentals-index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly Python Open Source Graphing Library Fundamentals</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>
2827
</header>
2928

3029
{% assign languagelistimg = site.posts | where:"language","python" |where:"display_as":"file_settings" | where:"has_thumbnail",true % | where: "layout","user-guide" | sort: "order" %}
31-
{% include documentation_eg.html %}
30+
{% include documentation_eg.html %}

_posts/python/maps/2017-02-24-python-maps-index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
2222
<div class="--body">
2323
<h1>Plotly Python Open Source Graphing Library Maps</h1>
24-
<p>{{page.description}}</consectetur>
25-
</p>
24+
<p>{{page.description}}</p>
2625
</div>
2726
</div>
2827
</div>
2928
</header>
3029

3130
{% assign languagelistimg = site.posts | where:"language","python" | where:"display_as","maps" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
32-
{% include documentation_eg.html %}
31+
{% include documentation_eg.html %}

_posts/python/scientific/2017-02-24-python-scientific-index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly Python Open Source Graphing Library Scientific Charts</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>

_posts/python/statistical/2017-02-24-python-statistic-index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,11 @@
2121
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
2222
<div class="--body">
2323
<h1> Plotly Python Open Source Graphing Library Statistical Charts</h1>
24-
<p>{{page.description}}</consectetur>
25-
</p>
24+
<p>{{page.description}}</p>
2625
</div>
2726
</div>
2827
</div>
2928
</header>
3029

3130
{% assign languagelistimg = site.posts | where:"language","python" | where:"display_as":"statistical" | where:"has_thumbnail",true % | where: "layout","user-guide" | sort: "order" %}
32-
{% include documentation_eg.html %}
31+
{% include documentation_eg.html %}

_posts/python/subplots/2017-02-24-python-subplots-index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/python-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly Python Open Source Graphing Library Subplots and Multiple Axes</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>
2827
</header>
2928

3029
{% assign languagelistimg = site.posts | where:"language","python" | where:"display_as","multiple_axes" | where:"has_thumbnail",true | where: "layout","user-guide" | sort: "order" %}
31-
{% include documentation_eg.html %}
30+
{% include documentation_eg.html %}

_posts/r/2015-07-30-r-index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ language: r
1313
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt=""></div>
1414
<div class="--body">
1515
<h1>Plotly R Open Source Graphing Library</h1>
16-
<p>{{page.description}}</consectetur>
17-
</p>
16+
<p>{{page.description}}</p>
1817
</div>
1918
</div>
2019
</div>

_posts/r/3d/2017-02-24-r-3d-index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ order: 20
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly R Library 3D Charts</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>

_posts/r/basic/2017-02-24-r-basic-index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ order: 20
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly R Library Basic Charts</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>

_posts/r/fundamentals/2017-02-24-r-fundamental-index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ order: 20
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly R Library Fundamentals</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>

_posts/r/layout/2017-02-24-r-layout-index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ order: 20
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly R Library Layout Options</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>

_posts/r/maps/2017-02-24-r-maps-index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ order: 20
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly R Library Maps</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>

_posts/r/scientific/2017-02-24-r-scientific-index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ order: 20
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly R Library Scientific Charts</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>

_posts/r/statistical/2017-02-24-r-statistical-index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ order: 20
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly R Library Statistical Charts</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>

_posts/r/style/2017-07-24-r-style-index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ order: 10
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly R Library Style Options</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>

_posts/r/subplots/2017-02-24-r-subplot-index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ order: 20
2020
<div class="--category-img"><img src="https://plot.ly/gh-pages/documentation/static/images/r-small.png" alt=""></div>
2121
<div class="--body">
2222
<h1>Plotly R Library Subplots and Multiple Axes</h1>
23-
<p>{{page.description}}</consectetur>
24-
</p>
23+
<p>{{page.description}}</p>
2524
</div>
2625
</div>
2726
</div>

0 commit comments

Comments
 (0)