Skip to content

Commit

Permalink
Update footer copyright year to be dynamic by using liquid markup and…
Browse files Browse the repository at this point in the history
… an include file.

Other changes were: GitHub not Github, JavaScript not Javascript, Gemfile not gemfile.
  • Loading branch information
jbampton committed Apr 20, 2019
1 parent 57669b4 commit 64d1817
Show file tree
Hide file tree
Showing 98 changed files with 113 additions and 112 deletions.
2 changes: 1 addition & 1 deletion Contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ git checkout source-design-merge

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.

3. Install bundler and dependencies from the `gemfile`:
3. Install bundler and dependencies from the `Gemfile`:

```sh
gem install bundler
Expand Down
2 changes: 1 addition & 1 deletion _includes/_new/_page-components/_footer-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <h6 style="color:#119dff" class="--footer-heading">JOIN THE DASH CLUB</h6>&#x9;&
<section class="--footer-meta">
<div class="--wrap">
<div class="left">
<article class="--copyright">Copyright &copy; 2018 Plotly. All rights reserved.</article>
{% include copyright.html %}
</div>
<div class="right">
<article class="--tos"><a href="https://plot.ly/terms-of-service/" target="_blank">Terms of Service</a>
Expand Down
4 changes: 2 additions & 2 deletions _includes/breadcrumb.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</ul>

<!--
Fork on Github :)
Fork on GitHub :)
-->
{% assign filename = page.path | split, "/" | last %}
<div class="--fork">
Expand All @@ -68,7 +68,7 @@
<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>
</svg>
</div>
<span>Fork on Github</span>
<span>Fork on GitHub</span>
</a>
</div>
</section>
1 change: 1 addition & 0 deletions _includes/copyright.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<article class="--copyright">Copyright &copy; {{ "now" | date: "%Y" }} Plotly. All rights reserved.</article>
2 changes: 1 addition & 1 deletion _includes/dashboards-copy/sales-copy.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ <h2>
<p>
C-12 Energy’s technology team built their real-time data acquisition, visualization and analysis
platform on Plotly’s data visualization and dashboard technology. Their platform uses a mix of
Python, Javascript and Plotly.js to capture and analyze large data sets:
Python, JavaScript and Plotly.js to capture and analyze large data sets:
</p>

<blockquote>
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h6 style="color:#19d3f3" class="--footer-heading">EMBEDDED BI/OEM</h6>&#x9;&#x9
<section class="--footer-meta">
<div class="--wrap">
<div class="left">
<article class="--copyright">Copyright &copy; 2018 Plotly. All rights reserved.</article>
{% include copyright.html %}
</div>
<div class="right">
<article class="--tos"><a href="https://plot.ly/terms-of-service/" target="_blank">Terms of Service</a>
Expand Down
18 changes: 9 additions & 9 deletions _includes/navigation-bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ul>

<!--
Fork on Github :)
Fork on GitHub :)
-->
<div class="--fork">
{% if page.permalink == '/ipython-notebooks/' %}
Expand All @@ -47,7 +47,7 @@
<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>
</svg>
</div>
<span>Fork on Github</span>
<span>Fork on GitHub</span>
</a>
{% elsif page.language == 'python' or page.language == 'pandas' %}
<a id="forklink" href="https://github.com/plotly/plotly.py">
Expand All @@ -56,7 +56,7 @@
<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>
</svg>
</div>
<span>Fork on Github</span>
<span>Fork on GitHub</span>
</a>
{% elsif page.language == 'matlab' or page.language == 'matplotlib' %}
<a id="forklink" href="https://github.com/plotly/matlab-api">
Expand All @@ -65,7 +65,7 @@
<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>
</svg>
</div>
<span>Fork on Github</span>
<span>Fork on GitHub</span>
</a>
{% elsif page.language == 'julia' %}
<a id="forklink" href="https://github.com/plotly/Julia-API">
Expand All @@ -74,7 +74,7 @@
<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>
</svg>
</div>
<span>Fork on Github</span>
<span>Fork on GitHub</span>
</a>
{% elsif page.language == 'nodejs' %}
<a id="forklink" href="https://github.com/plotly/plotly-nodejs">
Expand All @@ -83,7 +83,7 @@
<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>
</svg>
</div>
<span>Fork on Github</span>
<span>Fork on GitHub</span>
</a>
{% elsif page.language == 'r' or page.language == 'ggplot2' %}
<a id="forklink" href="https://github.com/ropensci/plotly">
Expand All @@ -92,7 +92,7 @@
<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>
</svg>
</div>
<span>Fork on Github</span>
<span>Fork on GitHub</span>
</a>
{% elsif page.language == 'plotly_js' %}
<a id="forklink" href="https://github.com/plotly/plotly.js">
Expand All @@ -101,7 +101,7 @@
<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>
</svg>
</div>
<span>Fork on Github</span>
<span>Fork on GitHub</span>
</a>
{% else %}
<a id="forklink" href="https://github.com/plotly">
Expand All @@ -110,7 +110,7 @@
<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>
</svg>
</div>
<span>Fork on Github</span>
<span>Fork on GitHub</span>
</a>
{% endif %}
</div>
Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-07-26-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2>Plotly Python Open Source Graphing Library</h2>
</div>
<div class="category-meta">
<h2>Plotly MATLAB Open Source Graphing Library</h2>
<!--<p>Engineers and data scientists using Python, R, Matlab or Javascript.</p>-->
<!--<p>Engineers and data scientists using Python, R, Matlab or JavaScript.</p>-->
</div>
<div class="category-wrap github-stars">
<!-- Place this tag where you want the button to render. -->
Expand Down
2 changes: 1 addition & 1 deletion _posts/dashboards/xlwings_assets/2015-06-30-xlwings.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h4 id="ABOUT-THE-AUTHOR:">ABOUT THE AUTHOR:<a class="anchor-link" href="#ABOUT-
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<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>
<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>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _posts/dashboards/xlwings_assets/xlwings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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). "
"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). "
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Plotly is now on CRAN!
install.packages("plotly")
```

Or install the latest development version (on Github) via devtools:
Or install the latest development version (on GitHub) via devtools:

```{r, results='hide'}
devtools::install_github("ropensci/plotly")
Expand Down
2 changes: 1 addition & 1 deletion _posts/ggplot2/2015-08-10-getting-started_ggplot2_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Plotly is now on CRAN!
install.packages("plotly")
```

Or install the latest development version (on Github) via devtools:
Or install the latest development version (on GitHub) via devtools:


```r
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 id="2D-Kernel-Density-Distributions-Using-Plotly">2D Kernel Density Distribu
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<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>
<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>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _posts/ipython-notebooks/2015-06-30-bezier.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h4 id="ABOUT-THE-AUTHOR:">ABOUT THE AUTHOR:<a class="anchor-link" href="#ABOUT-
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<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>
<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>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _posts/ipython-notebooks/2015-06-30-color.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h5 id="Color-scales-for-IPython-notebook">Color scales for IPython notebook<a c
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<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>
<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>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _posts/ipython-notebooks/2015-06-30-density-of-states.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 id="Plotting-Density-of-States-with---Plotly-and-Pymatgen">Plotting Density
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<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>
<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>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h2 id="Plot-Scoreboard-Using-Python-and-Plotly">Plot Scoreboard Using Python an
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<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>
<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>

</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion _posts/ipython-notebooks/2015-06-30-ukelectionbbg.html
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ <h3 id="UK-election-analysis">UK election analysis<a class="anchor-link" href="#
</div>
<div class="inner_cell">
<div class="text_cell_render border-box-sizing rendered_html">
<p>Embed the chart into the document using "embed". This essentially embeds the Javascript code, necessary to make it interactive.</p>
<p>Embed the chart into the document using "embed". This essentially embeds the JavaScript code, necessary to make it interactive.</p>

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"metadata": {},
"source": [
"##### ABOUT THE AUTHOR:\n",
"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)."
"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)."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion _posts/ipython-notebooks/bezier.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"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). "
"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). "
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion _posts/ipython-notebooks/color.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"###### Install with pip, <code>sudo pip install colorlover</code> Code and documentation on <a href=\"https://github.com/jackparmer/colorlover\" target=\"_blank\">Github</a>"
"###### Install with pip, <code>sudo pip install colorlover</code> Code and documentation on <a href=\"https://github.com/jackparmer/colorlover\" target=\"_blank\">GitHub</a>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion _posts/ipython-notebooks/density-of-states .ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"source": [
"### About the Author:\n",
"\n",
"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/)."
"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/)."
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"metadata": {},
"source": [
"##### ABOUT THE AUTHOR:\n",
"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)."
"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)."
]
},
{
Expand Down
Loading

0 comments on commit 64d1817

Please sign in to comment.