Skip to content

Commit ce0e480

Browse files
committed
ran PFI script
1 parent 6a9bafa commit ce0e480

File tree

5 files changed

+13
-12
lines changed

5 files changed

+13
-12
lines changed

Diff for: atlas.json

+9-8
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@
2626
],
2727
"formats": {
2828
"pdf": {
29-
"version": "web",
29+
"version": "print",
3030
"color_count": "1",
31-
"index": false,
31+
"index": true,
3232
"toc": true,
3333
"syntaxhighlighting": true,
3434
"show_comments": false,
3535
"trim_size": "7inx9.1875in",
36-
"antennahouse_version": "AHFormatterV62_64-MR4"
36+
"antennahouse_version": "AHFormatterV71_64-MR2"
3737
},
3838
"epub": {
39-
"index": false,
39+
"index": true,
4040
"toc": true,
4141
"epubcheck": true,
4242
"syntaxhighlighting": true,
@@ -45,13 +45,13 @@
4545
"mathmlreplacement": false
4646
},
4747
"mobi": {
48-
"index": false,
48+
"index": true,
4949
"toc": true,
5050
"syntaxhighlighting": true,
5151
"show_comments": false
5252
},
5353
"html": {
54-
"index": false,
54+
"index": true,
5555
"toc": true,
5656
"syntaxhighlighting": true,
5757
"show_comments": false,
@@ -63,5 +63,6 @@
6363
"print_isbn13": "9781098119874",
6464
"lang": "en",
6565
"accent_color": "",
66-
"templating": false
67-
}
66+
"templating": false,
67+
"preprocessing": null
68+
}

Diff for: author_bio.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section class="abouttheauthor" data-type="colophon">
1+
<section class="abouttheauthor" data-type="colophon" xmlns="http://www.w3.org/1999/xhtml">
22
<h1>About the Authors</h1>
33

44
<p><strong>Holden Karau</strong> is a queer transgender Canadian, Apache Spark committer, Apache Software Foundation member, and an active open source contributor. As a software engineer, she's worked on a variety of distributed computing, search, and classification problems at Apple, Google, IBM, Alpine, Databricks, Foursquare, and Amazon. She graduated from the University of Waterloo with a bachelor of mathematics in computer science. Outside of software, she enjoys playing with fire, welding, riding scooters, eating poutine, and dancing.</p>

Diff for: colo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section id="colophon" data-type="colophon">
1+
<section id="colophon" data-type="colophon" xmlns="http://www.w3.org/1999/xhtml">
22
<h1>Colophon</h1>
33

44
<p>The animal on the cover of <em>Scaling Python with Dask</em> is the spectacled caiman (<em>Caiman crocodilus</em>), also known as the white or common caiman.</p>

Diff for: titlepage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section data-type="titlepage">
1+
<section data-type="titlepage" xmlns="http://www.w3.org/1999/xhtml">
22
<h1>Scaling Python with Dask</h1>
33
<p class="subtitle">From Data Science to Machine Learning</p>
44

Diff for: toc.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<!-- This is a placeholder element for use with the automatic TOC generation option in Atlas -->
2-
<nav data-type="toc"/>
2+
<nav data-type="toc" xmlns="http://www.w3.org/1999/xhtml"/>

0 commit comments

Comments
 (0)