Skip to content

Commit 1279c8d

Browse files
committed
ran intake script
1 parent ca73cca commit 1279c8d

File tree

5 files changed

+7
-12
lines changed

5 files changed

+7
-12
lines changed

atlas.json

+3-8
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"toc.html",
88
"preface.asciidoc",
99
"introduction.asciidoc",
10-
1110
"part1.asciidoc",
1211
"chapter_01_domain_model.asciidoc",
1312
"chapter_02_repository.asciidoc",
@@ -16,31 +15,27 @@
1615
"chapter_05_high_gear_low_gear.asciidoc",
1716
"chapter_06_uow.asciidoc",
1817
"chapter_07_aggregate.asciidoc",
19-
2018
"part2.asciidoc",
2119
"chapter_08_events_and_message_bus.asciidoc",
2220
"chapter_09_all_messagebus.asciidoc",
2321
"chapter_10_commands.asciidoc",
2422
"chapter_11_external_events.asciidoc",
2523
"chapter_12_cqrs.asciidoc",
2624
"chapter_13_dependency_injection.asciidoc",
27-
2825
"epilogue_1_how_to_get_there_from_here.asciidoc",
29-
3026
"appendix_ds1_table.asciidoc",
3127
"appendix_project_structure.asciidoc",
3228
"appendix_csvs.asciidoc",
3329
"appendix_django.asciidoc",
3430
"appendix_validation.asciidoc",
35-
3631
"ix.html",
3732
"author_bio.html",
3833
"colo.html"
3934
],
4035
"formats": {
4136
"pdf": {
42-
"version": "web",
43-
"color_count": "4",
37+
"version": "print",
38+
"color_count": "1",
4439
"index": true,
4540
"toc": true,
4641
"syntaxhighlighting": true,
@@ -65,7 +60,7 @@
6560
"downsample_images": false
6661
},
6762
"html": {
68-
"index": false,
63+
"index": true,
6964
"toc": true,
7065
"syntaxhighlighting": true,
7166
"show_comments": false,

author_bio.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<section data-type="colophon" class="abouttheauthor">
1+
<section data-type="colophon" xmlns="http://www.w3.org/1999/xhtml" class="abouttheauthor">
22
<h1>About the Authors</h1>
33
<p><strong>Harry Percival</strong> spent a few years being deeply unhappy as a management consultant. Soon he rediscovered his true geek nature and was lucky enough to fall in with a bunch of XP fanatics, working on the pioneering the sadly defunct Resolver One spreadsheet. He worked at PythonAnywhere LLP, spreading the gospel of TDD world-wide at talks, workshops and conferences. He is now with MADE.COM.</p>
44

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>FILL IN TITLE</em> is <em>FILL IN DESCRIPTION</em>.</p>

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>Architecture Patterns with Python</h1>
33
<!--(only include edition line if it's 2e or higher -->
44

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)