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

Skip to content

Commit 421d29d

Browse files
authored
Merge pull request plotly#1313 from jbampton/patch-1
Update footer copyright year to be dynamic by using liquid markup and…
2 parents 57669b4 + 64d1817 commit 421d29d

File tree

98 files changed

+113
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+113
-112
lines changed

Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ git checkout source-design-merge
1414

1515
2. Check Ruby version `$ ruby --version`. We recommend using `version 2.3.3` or the same ruby version as [gh-pages](https://pages.github.com/versions/). Note [RVM](https://rvm.io/rvm/install) is helpful for installing and managing ruby versions.
1616

17-
3. Install bundler and dependencies from the `gemfile`:
17+
3. Install bundler and dependencies from the `Gemfile`:
1818

1919
```sh
2020
gem install bundler

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ <h6 style="color:#119dff" class="--footer-heading">JOIN THE DASH CLUB</h6>&#x9;&
9292
<section class="--footer-meta">
9393
<div class="--wrap">
9494
<div class="left">
95-
<article class="--copyright">Copyright &copy; 2018 Plotly. All rights reserved.</article>
95+
{% include copyright.html %}
9696
</div>
9797
<div class="right">
9898
<article class="--tos"><a href="https://plot.ly/terms-of-service/" target="_blank">Terms of Service</a>

_includes/breadcrumb.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</ul>
5959

6060
<!--
61-
Fork on Github :)
61+
Fork on GitHub :)
6262
-->
6363
{% assign filename = page.path | split, "/" | last %}
6464
<div class="--fork">
@@ -68,7 +68,7 @@
6868
<path fill="#000000" d="M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z"></path>
6969
</svg>
7070
</div>
71-
<span>Fork on Github</span>
71+
<span>Fork on GitHub</span>
7272
</a>
7373
</div>
7474
</section>

_includes/copyright.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<article class="--copyright">Copyright &copy; {{ "now" | date: "%Y" }} Plotly. All rights reserved.</article>

_includes/dashboards-copy/sales-copy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h2>
134134
<p>
135135
C-12 Energy’s technology team built their real-time data acquisition, visualization and analysis
136136
platform on Plotly’s data visualization and dashboard technology. Their platform uses a mix of
137-
Python, Javascript and Plotly.js to capture and analyze large data sets:
137+
Python, JavaScript and Plotly.js to capture and analyze large data sets:
138138
</p>
139139

140140
<blockquote>

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h6 style="color:#19d3f3" class="--footer-heading">EMBEDDED BI/OEM</h6>&#x9;&#x9
6767
<section class="--footer-meta">
6868
<div class="--wrap">
6969
<div class="left">
70-
<article class="--copyright">Copyright &copy; 2018 Plotly. All rights reserved.</article>
70+
{% include copyright.html %}
7171
</div>
7272
<div class="right">
7373
<article class="--tos"><a href="https://plot.ly/terms-of-service/" target="_blank">Terms of Service</a>

_includes/navigation-bar.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</ul>
3838

3939
<!--
40-
Fork on Github :)
40+
Fork on GitHub :)
4141
-->
4242
<div class="--fork">
4343
{% if page.permalink == '/ipython-notebooks/' %}
@@ -47,7 +47,7 @@
4747
<path fill="#000000" d="M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z"></path>
4848
</svg>
4949
</div>
50-
<span>Fork on Github</span>
50+
<span>Fork on GitHub</span>
5151
</a>
5252
{% elsif page.language == 'python' or page.language == 'pandas' %}
5353
<a id="forklink" href="https://github.com/plotly/plotly.py">
@@ -56,7 +56,7 @@
5656
<path fill="#000000" d="M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z"></path>
5757
</svg>
5858
</div>
59-
<span>Fork on Github</span>
59+
<span>Fork on GitHub</span>
6060
</a>
6161
{% elsif page.language == 'matlab' or page.language == 'matplotlib' %}
6262
<a id="forklink" href="https://github.com/plotly/matlab-api">
@@ -65,7 +65,7 @@
6565
<path fill="#000000" d="M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z"></path>
6666
</svg>
6767
</div>
68-
<span>Fork on Github</span>
68+
<span>Fork on GitHub</span>
6969
</a>
7070
{% elsif page.language == 'julia' %}
7171
<a id="forklink" href="https://github.com/plotly/Julia-API">
@@ -74,7 +74,7 @@
7474
<path fill="#000000" d="M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z"></path>
7575
</svg>
7676
</div>
77-
<span>Fork on Github</span>
77+
<span>Fork on GitHub</span>
7878
</a>
7979
{% elsif page.language == 'nodejs' %}
8080
<a id="forklink" href="https://github.com/plotly/plotly-nodejs">
@@ -83,7 +83,7 @@
8383
<path fill="#000000" d="M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z"></path>
8484
</svg>
8585
</div>
86-
<span>Fork on Github</span>
86+
<span>Fork on GitHub</span>
8787
</a>
8888
{% elsif page.language == 'r' or page.language == 'ggplot2' %}
8989
<a id="forklink" href="https://github.com/ropensci/plotly">
@@ -92,7 +92,7 @@
9292
<path fill="#000000" d="M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z"></path>
9393
</svg>
9494
</div>
95-
<span>Fork on Github</span>
95+
<span>Fork on GitHub</span>
9696
</a>
9797
{% elsif page.language == 'plotly_js' %}
9898
<a id="forklink" href="https://github.com/plotly/plotly.js">
@@ -101,7 +101,7 @@
101101
<path fill="#000000" d="M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z"></path>
102102
</svg>
103103
</div>
104-
<span>Fork on Github</span>
104+
<span>Fork on GitHub</span>
105105
</a>
106106
{% else %}
107107
<a id="forklink" href="https://github.com/plotly">
@@ -110,7 +110,7 @@
110110
<path fill="#000000" d="M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z"></path>
111111
</svg>
112112
</div>
113-
<span>Fork on Github</span>
113+
<span>Fork on GitHub</span>
114114
</a>
115115
{% endif %}
116116
</div>

_posts/2015-07-26-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h2>Plotly Python Open Source Graphing Library</h2>
6363
</div>
6464
<div class="category-meta">
6565
<h2>Plotly MATLAB Open Source Graphing Library</h2>
66-
<!--<p>Engineers and data scientists using Python, R, Matlab or Javascript.</p>-->
66+
<!--<p>Engineers and data scientists using Python, R, Matlab or JavaScript.</p>-->
6767
</div>
6868
<div class="category-wrap github-stars">
6969
<!-- Place this tag where you want the button to render. -->

_posts/dashboards/xlwings_assets/2015-06-30-xlwings.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h4 id="ABOUT-THE-AUTHOR:">ABOUT THE AUTHOR:<a class="anchor-link" href="#ABOUT-
3838
</div>
3939
<div class="inner_cell">
4040
<div class="text_cell_render border-box-sizing rendered_html">
41-
<p>This notebook was contributed by <a href="https://plot.ly/~otto.stegmaier">Plotly user Otto Stegmaier</a>. You can follow Otto on <a href="https://github.com/ostegm">Github</a>.</p>
41+
<p>This notebook was contributed by <a href="https://plot.ly/~otto.stegmaier">Plotly user Otto Stegmaier</a>. You can follow Otto on <a href="https://github.com/ostegm">GitHub</a>.</p>
4242

4343
</div>
4444
</div>

_posts/dashboards/xlwings_assets/xlwings.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cell_type": "markdown",
1919
"metadata": {},
2020
"source": [
21-
"This notebook was contributed by [Plotly user Otto Stegmaier](https://plot.ly/~otto.stegmaier). You can follow Otto on Twitter [@otto_stegmaier](https://twitter.com/otto_stegmaier?lang=en) or [Github](https://github.com/ostegm). "
21+
"This notebook was contributed by [Plotly user Otto Stegmaier](https://plot.ly/~otto.stegmaier). You can follow Otto on Twitter [@otto_stegmaier](https://twitter.com/otto_stegmaier?lang=en) or [GitHub](https://github.com/ostegm). "
2222
]
2323
},
2424
{

_posts/ggplot2/2015-08-10-getting-started_ggplot2_index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Plotly is now on CRAN!
3131
install.packages("plotly")
3232
```
3333

34-
Or install the latest development version (on Github) via devtools:
34+
Or install the latest development version (on GitHub) via devtools:
3535

3636
```{r, results='hide'}
3737
devtools::install_github("ropensci/plotly")

_posts/ggplot2/2015-08-10-getting-started_ggplot2_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Plotly is now on CRAN!
2828
install.packages("plotly")
2929
```
3030

31-
Or install the latest development version (on Github) via devtools:
31+
Or install the latest development version (on GitHub) via devtools:
3232

3333

3434
```r

_posts/ipython-notebooks/2015-06-30-2d-kernel-density-distributions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 id="2D-Kernel-Density-Distributions-Using-Plotly">2D Kernel Density Distribu
2323
</div>
2424
<div class="inner_cell">
2525
<div class="text_cell_render border-box-sizing rendered_html">
26-
<h5 id="ABOUT-THE-AUTHOR:">ABOUT THE AUTHOR:<a class="anchor-link" href="#ABOUT-THE-AUTHOR:">&#182;</a></h5><p>This notebook was contributed by <a href="https://plot.ly/~empet">Plotly user Emilia Petrisor</a>. You can follow Emilia on Twitter <a href="https://twitter.com/mathinpython">@mathinpython</a> or <a href="https://github.com/empet">Github</a>.</p>
26+
<h5 id="ABOUT-THE-AUTHOR:">ABOUT THE AUTHOR:<a class="anchor-link" href="#ABOUT-THE-AUTHOR:">&#182;</a></h5><p>This notebook was contributed by <a href="https://plot.ly/~empet">Plotly user Emilia Petrisor</a>. You can follow Emilia on Twitter <a href="https://twitter.com/mathinpython">@mathinpython</a> or <a href="https://github.com/empet">GitHub</a>.</p>
2727

2828
</div>
2929
</div>

_posts/ipython-notebooks/2015-06-30-bezier.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h4 id="ABOUT-THE-AUTHOR:">ABOUT THE AUTHOR:<a class="anchor-link" href="#ABOUT-
3333
</div>
3434
<div class="inner_cell">
3535
<div class="text_cell_render border-box-sizing rendered_html">
36-
<p>This notebook was contributed by <a href="https://plot.ly/~empet">Plotly user Emilia Petrisor</a>. You can follow Emilia on Twitter <a href="https://twitter.com/mathinpython">@mathinpython</a> or <a href="https://github.com/empet">Github</a>.</p>
36+
<p>This notebook was contributed by <a href="https://plot.ly/~empet">Plotly user Emilia Petrisor</a>. You can follow Emilia on Twitter <a href="https://twitter.com/mathinpython">@mathinpython</a> or <a href="https://github.com/empet">GitHub</a>.</p>
3737

3838
</div>
3939
</div>

_posts/ipython-notebooks/2015-06-30-color.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h5 id="Color-scales-for-IPython-notebook">Color scales for IPython notebook<a c
3232
</div>
3333
<div class="inner_cell">
3434
<div class="text_cell_render border-box-sizing rendered_html">
35-
<h6 id="Install-with-pip,-sudo-pip-install-colorlover-Code-and-documentation-on-Github">Install with pip, <code>sudo pip install colorlover</code> Code and documentation on <a href="https://github.com/jackparmer/colorlover" target="_blank">Github</a><a class="anchor-link" href="#Install-with-pip,-sudo-pip-install-colorlover-Code-and-documentation-on-Github">&#182;</a></h6>
35+
<h6 id="Install-with-pip,-sudo-pip-install-colorlover-Code-and-documentation-on-Github">Install with pip, <code>sudo pip install colorlover</code> Code and documentation on <a href="https://github.com/jackparmer/colorlover" target="_blank">GitHub</a><a class="anchor-link" href="#Install-with-pip,-sudo-pip-install-colorlover-Code-and-documentation-on-Github">&#182;</a></h6>
3636
</div>
3737
</div>
3838
</div>

_posts/ipython-notebooks/2015-06-30-density-of-states.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h1 id="Plotting-Density-of-States-with---Plotly-and-Pymatgen">Plotting Density
2323
</div>
2424
<div class="inner_cell">
2525
<div class="text_cell_render border-box-sizing rendered_html">
26-
<h3 id="About-the-Author:">About the Author:<a class="anchor-link" href="#About-the-Author:">&#182;</a></h3><p>This notebook was contributed by plotly user <a href="https://plot.ly/~gvallverdu">Germain Salvato-Vallverdu</a>. You can follow him on <a href="https://github.com/gVallverdu?tab=activity">Github</a> or visit <a href="http://gvallver.perso.univ-pau.fr/">his webpage</a>.</p>
26+
<h3 id="About-the-Author:">About the Author:<a class="anchor-link" href="#About-the-Author:">&#182;</a></h3><p>This notebook was contributed by plotly user <a href="https://plot.ly/~gvallverdu">Germain Salvato-Vallverdu</a>. You can follow him on <a href="https://github.com/gVallverdu?tab=activity">GitHub</a> or visit <a href="http://gvallver.perso.univ-pau.fr/">his webpage</a>.</p>
2727

2828
</div>
2929
</div>

_posts/ipython-notebooks/2015-06-30-scoreboard-republican-candidates.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 id="Plot-Scoreboard-Using-Python-and-Plotly">Plot Scoreboard Using Python an
2323
</div>
2424
<div class="inner_cell">
2525
<div class="text_cell_render border-box-sizing rendered_html">
26-
<h5 id="ABOUT-THE-AUTHOR:">ABOUT THE AUTHOR:<a class="anchor-link" href="#ABOUT-THE-AUTHOR:">&#182;</a></h5><p>This notebook was contributed by <a href="https://plot.ly/~empet">Plotly user Emilia Petrisor</a>. You can follow Emilia on Twitter <a href="https://twitter.com/mathinpython">@mathinpython</a> or <a href="https://github.com/empet">Github</a>.</p>
26+
<h5 id="ABOUT-THE-AUTHOR:">ABOUT THE AUTHOR:<a class="anchor-link" href="#ABOUT-THE-AUTHOR:">&#182;</a></h5><p>This notebook was contributed by <a href="https://plot.ly/~empet">Plotly user Emilia Petrisor</a>. You can follow Emilia on Twitter <a href="https://twitter.com/mathinpython">@mathinpython</a> or <a href="https://github.com/empet">GitHub</a>.</p>
2727

2828
</div>
2929
</div>

_posts/ipython-notebooks/2015-06-30-ukelectionbbg.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ <h3 id="UK-election-analysis">UK election analysis<a class="anchor-link" href="#
706706
</div>
707707
<div class="inner_cell">
708708
<div class="text_cell_render border-box-sizing rendered_html">
709-
<p>Embed the chart into the document using "embed". This essentially embeds the Javascript code, necessary to make it interactive.</p>
709+
<p>Embed the chart into the document using "embed". This essentially embeds the JavaScript code, necessary to make it interactive.</p>
710710

711711
</div>
712712
</div>

_posts/ipython-notebooks/2d-kernel-density-distributions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"metadata": {},
1313
"source": [
1414
"##### ABOUT THE AUTHOR:\n",
15-
"This notebook was contributed by [Plotly user Emilia Petrisor](https://plot.ly/~empet). You can follow Emilia on Twitter [@mathinpython](https://twitter.com/mathinpython) or [Github](https://github.com/empet)."
15+
"This notebook was contributed by [Plotly user Emilia Petrisor](https://plot.ly/~empet). You can follow Emilia on Twitter [@mathinpython](https://twitter.com/mathinpython) or [GitHub](https://github.com/empet)."
1616
]
1717
},
1818
{

_posts/ipython-notebooks/bezier.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cell_type": "markdown",
1919
"metadata": {},
2020
"source": [
21-
"This notebook was contributed by [Plotly user Emilia Petrisor](https://plot.ly/~empet). You can follow Emilia on Twitter [@mathinpython](https://twitter.com/mathinpython) or [Github](https://github.com/empet). "
21+
"This notebook was contributed by [Plotly user Emilia Petrisor](https://plot.ly/~empet). You can follow Emilia on Twitter [@mathinpython](https://twitter.com/mathinpython) or [GitHub](https://github.com/empet). "
2222
]
2323
},
2424
{

_posts/ipython-notebooks/color.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cell_type": "markdown",
1919
"metadata": {},
2020
"source": [
21-
"###### Install with pip, <code>sudo pip install colorlover</code> Code and documentation on <a href=\"https://github.com/jackparmer/colorlover\" target=\"_blank\">Github</a>"
21+
"###### Install with pip, <code>sudo pip install colorlover</code> Code and documentation on <a href=\"https://github.com/jackparmer/colorlover\" target=\"_blank\">GitHub</a>"
2222
]
2323
},
2424
{

_posts/ipython-notebooks/density-of-states .ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"source": [
1414
"### About the Author:\n",
1515
"\n",
16-
"This notebook was contributed by plotly user [Germain Salvato-Vallverdu](https://plot.ly/~gvallverdu). You can follow him on [Github](https://github.com/gVallverdu?tab=activity) or visit [his webpage](http://gvallver.perso.univ-pau.fr/)."
16+
"This notebook was contributed by plotly user [Germain Salvato-Vallverdu](https://plot.ly/~gvallverdu). You can follow him on [GitHub](https://github.com/gVallverdu?tab=activity) or visit [his webpage](http://gvallver.perso.univ-pau.fr/)."
1717
]
1818
},
1919
{

_posts/ipython-notebooks/scoreboard-republican-candidates.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"metadata": {},
1313
"source": [
1414
"##### ABOUT THE AUTHOR:\n",
15-
"This notebook was contributed by [Plotly user Emilia Petrisor](https://plot.ly/~empet). You can follow Emilia on Twitter [@mathinpython](https://twitter.com/mathinpython) or [Github](https://github.com/empet)."
15+
"This notebook was contributed by [Plotly user Emilia Petrisor](https://plot.ly/~empet). You can follow Emilia on Twitter [@mathinpython](https://twitter.com/mathinpython) or [GitHub](https://github.com/empet)."
1616
]
1717
},
1818
{

0 commit comments

Comments
 (0)