Skip to content

Commit 2c647d4

Browse files
committed
Small fix
1 parent 61e3c61 commit 2c647d4

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

README.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ <h1 class="title">Matplotlib tutorial</h1>
1313
<h2 class="subtitle" id="nicolas-p-rougier">Nicolas P. Rougier</h2>
1414

1515
<a class="reference external image-reference" href="http://dx.doi.org/10.5281/zenodo.28747"><img alt="https://zenodo.org/badge/doi/10.5281/zenodo.28747.png" src="https://zenodo.org/badge/doi/10.5281/zenodo.28747.png" /></a>
16-
<div class="line-block">
17-
<div class="line"><br /></div>
18-
</div>
1916
<div class="contents local topic" id="table-of-contents">
2017
<p class="topic-title first">Table of Contents</p>
2118
<ul class="simple">
@@ -28,9 +25,10 @@ <h2 class="subtitle" id="nicolas-p-rougier">Nicolas P. Rougier</h2>
2825
<li><a class="reference internal" href="#quick-references" id="id10">Quick references</a></li>
2926
</ul>
3027
</div>
31-
<p>All code and material is licensed under a <a class="reference external" href="http://creativecommons.org/licenses/by-sa/4.0">Creative Commons
32-
Attribution-ShareAlike 4.0</a>. Sources are available from
28+
<p>Sources are available from
3329
<a class="reference external" href="https://github.com/rougier/matplotlib-tutorial">github</a></p>
30+
<p>All code and material is licensed under a <a class="reference external" href="http://creativecommons.org/licenses/by-sa/4.0">Creative Commons
31+
Attribution-ShareAlike 4.0</a>.</p>
3432
<p>Tutorial can be read at <a class="reference external" href="http://www.labri.fr/perso/nrougier/teaching/matplotlib/matplotlib.html">http://www.labri.fr/perso/nrougier/teaching/matplotlib/matplotlib.html</a></p>
3533
<p>Make sure to also read <a class="reference external" href="http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1003833">Ten simple rules for better figures</a>, N.P. Rougier, M. Droettboom &amp; P. Bourne, Plos Computational Biology 10(9): e1003833. doi:10.1371/journal.pcbi.1003833.</p>
3634
<dl class="docutils">

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ Nicolas P. Rougier
1010
.. image:: https://zenodo.org/badge/doi/10.5281/zenodo.28747.png
1111
:target: http://dx.doi.org/10.5281/zenodo.28747
1212

13-
|
14-
1513
.. contents:: Table of Contents
1614
:local:
1715
:depth: 1
1816

17+
Sources are available from
18+
`github <https://github.com/rougier/matplotlib-tutorial>`_
1919

2020
All code and material is licensed under a `Creative Commons
2121
Attribution-ShareAlike 4.0
22-
<http://creativecommons.org/licenses/by-sa/4.0>`_. Sources are available from
23-
`github <https://github.com/rougier/matplotlib-tutorial>`_
22+
<http://creativecommons.org/licenses/by-sa/4.0>`_.
23+
2424

2525
Tutorial can be read at http://www.labri.fr/perso/nrougier/teaching/matplotlib/matplotlib.html
2626

0 commit comments

Comments
 (0)