8000 Fixed a link and a small glich in css style · lhoupert/from-python-to-numpy@07c66cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 07c66cd

Browse files
committed
Fixed a link and a small glich in css style
1 parent b976fbb commit 07c66cd

File tree

4 files changed

+17
-6
lines changed

4 files changed

+17
-6
lines changed

10-bibliography.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Tutorials
2929
.. _tutorial-5: http://cs231n.github.io/python-numpy-tutorial/
3030

3131
.. |tutorial-6| replace:: Quickstart tutorial
32-
.. _tutorial-6: https://docs.scipy.org/doc/numpy-dev/user/quickstart.html
32+
.. _tutorial-6: https://docs.scipy.org/doc/numpy/user/quickstart.html
3333

3434
.. |tutorial-7| replace:: Numpy medkits
3535
.. _tutorial-7: http://mentat.za.net/numpy/numpy_advanced_slides/

book.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,19 @@ h1, h1 a, h1 a:visited,
127127
h2, h2 a, h2 a:visited,
128128
h3, h3 a, h3 a:visited {
129129
color: black;
130+
text-decoration: none;
130131
}
131132
h1, h1 a, h1 a:visited {
132-
decoration: none;
133133
color: black;
134134
margin-top: 3em;
135-
border-bottom: 2px solid black;
136135
padding-left: 5%;
137136
margin-left: -5%;
137+
text-decoration: none;
138+
}
139+
h1 {
140+
border-bottom: 2px solid black;
138141
}
142+
139143
h1 a:hover {
140144
color: #06e;
141145
/* color: white;
@@ -376,4 +380,4 @@ tr:nth-child(even) td {
376380
body {
377381
font-size: 14px;
378382
}
379-
}
383+
}

book.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h2 class="subtitle" id="copyright-c-2017-nicolas-p-rougier-nicolas-rougier-inri
2828
<img alt="data/nc.large.png" src="data/nc.large.png" style="width: 40px;" />
2929
<div class="line-block">
3030
<div class="line"><br /></div>
31-
<div class="line">Latest version - October 2017</div>
31+
<div class="line">Latest version - January 2019</div>
3232
<div class="line">DOI: <a class="reference external" href="http://doi.org/10.5281/zenodo.225783">10.5281/zenodo.225783</a></div>
3333
</div>
3434
</div>
@@ -3699,7 +3699,7 @@ <h2><a class="toc-backref" href="#id61">Tutorials</a></h2>
36993699
<li><a class="reference external" href="http://www.python-course.eu/numpy.php">Python course</a>, Bernd Klein, 2015.</li>
37003700
<li><a class="reference external" href="https://engineering.ucsb.edu/~shell/che210d/numpy.pdf">An introduction to Numpy and Scipy</a>, M. Scott Shell, 2014.</li>
37013701
<li><a class="reference external" href="http://cs231n.github.io/python-numpy-tutorial/">Python Numpy tutorial</a>, Justin Johnson, 2014.</li>
3702-
<li><a class="reference external" href="https://docs.scipy.org/doc/numpy-dev/user/quickstart.html">Quickstart tutorial</a>, Numpy developers, 2009.</li>
3702+
<li><a class="reference external" href="https://docs.scipy.org/doc/numpy/user/quickstart.html">Quickstart tutorial</a>, Numpy developers, 2009.</li>
37033703
<li><a class="reference external" href="http://mentat.za.net/numpy/numpy_advanced_slides/">Numpy medkits</a>, Stéfan van der Walt, 2008.</li>
37043704
</ul>
37053705
</div>

make.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
rst2html.py --link-stylesheet \
2+
--cloak-email-addresses \
3+
--toc-top-backlinks \
4+
--stylesheet book.css \
5+
--stylesheet-dirs . \
6+
book.rst book.html
7+

0 commit comments

Comments
 (0)
0