Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sundnes committed Sep 2, 2016
1 parent 159a8c9 commit 7384534
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 0 deletions.
81 changes: 81 additions & 0 deletions erratalist5th.html
@@ -0,0 +1,81 @@
<!--
Automatically generated HTML file from DocOnce source
(https://github.com/hplgit/doconce/)
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" />
<meta name="description" content="Erratalist for 5th Edition of A Primer on Scientific Programming with Python">

<title>Erratalist for 5th Edition of A Primer on Scientific Programming with Python</title>


<style type="text/css">
/* bloodish style */

body {
font-family: Helvetica, Verdana, Arial, Sans-serif;
color: #404040;
background: #ffffff;
}
h1 { font-size: 1.8em; color: #8A0808; }
h2 { font-size: 1.6em; color: #8A0808; }
h3 { font-size: 1.4em; color: #8A0808; }
h4 { color: #8A0808; }
a { color: #8A0808; text-decoration:none; }
tt { font-family: "Courier New", Courier; }
/* pre style removed because it will interfer with pygments */
p { text-indent: 0px; }
hr { border: 0; width: 80%; border-bottom: 1px solid #aaa}
p.caption { width: 80%; font-style: normal; text-align: left; }
hr.figure { border: 0; width: 80%; border-bottom: 1px solid #aaa}

div { text-align: justify; text-justify: inter-word; }
</style>


</head>

<!-- tocinfo
{'highest level': 3, 'sections': [('Page 43', 3, None, '___sec0')]}
end of tocinfo -->

<body>


<!-- ------------------- main content ---------------------- -->



<center><h1>Erratalist for 5th Edition of A Primer on Scientific Programming with Python</h1></center> <!-- document title -->

<p>
<!-- author(s): Hans Petter Langtangen -->

<center>
<b>Hans Petter Langtangen</b>
</center>

<p>
<!-- institution(s) -->

<br>
<p>
<center><h4>Sep 2, 2016</h4></center> <!-- date -->
<br>

<h3 id="___sec0">Page 43 </h3>

Excercise 1.5 refers to the file <code>src/files/densities.dat</code>, but in the source code for the 5th edition
the directory <code>files</code> is renamed to <code>dictstring</code>. The correct path to the file is
`src/dictstring/densities.dat'. The correct URL in the footnote should be
<a href="http://tinyurl.com/pwyasaa/dictstring/densities.dat" target="_self">http://tinyurl.com/pwyasaa/dictstring/densities.dat</a>

<!-- ------------------- end of main content --------------- -->


</body>
</html>


Binary file added erratalist5th.pdf
Binary file not shown.

0 comments on commit 7384534

Please sign in to comment.