Skip to content

Commit

Permalink
ran intake script
Browse files Browse the repository at this point in the history
  • Loading branch information
nadamsoreilly committed Jan 17, 2020
1 parent ca73cca commit 1279c8d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 12 deletions.
11 changes: 3 additions & 8 deletions atlas.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"toc.html",
"preface.asciidoc",
"introduction.asciidoc",

"part1.asciidoc",
"chapter_01_domain_model.asciidoc",
"chapter_02_repository.asciidoc",
Expand All @@ -16,31 +15,27 @@
"chapter_05_high_gear_low_gear.asciidoc",
"chapter_06_uow.asciidoc",
"chapter_07_aggregate.asciidoc",

"part2.asciidoc",
"chapter_08_events_and_message_bus.asciidoc",
"chapter_09_all_messagebus.asciidoc",
"chapter_10_commands.asciidoc",
"chapter_11_external_events.asciidoc",
"chapter_12_cqrs.asciidoc",
"chapter_13_dependency_injection.asciidoc",

"epilogue_1_how_to_get_there_from_here.asciidoc",

"appendix_ds1_table.asciidoc",
"appendix_project_structure.asciidoc",
"appendix_csvs.asciidoc",
"appendix_django.asciidoc",
"appendix_validation.asciidoc",

"ix.html",
"author_bio.html",
"colo.html"
],
"formats": {
"pdf": {
"version": "web",
"color_count": "4",
"version": "print",
"color_count": "1",
"index": true,
"toc": true,
"syntaxhighlighting": true,
Expand All @@ -65,7 +60,7 @@
"downsample_images": false
},
"html": {
"index": false,
"index": true,
"toc": true,
"syntaxhighlighting": true,
"show_comments": false,
Expand Down
2 changes: 1 addition & 1 deletion author_bio.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section data-type="colophon" class="abouttheauthor">
<section data-type="colophon" xmlns="http://www.w3.org/1999/xhtml" class="abouttheauthor">
<h1>About the Authors</h1>
<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>

Expand Down
2 changes: 1 addition & 1 deletion colo.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section id="colophon" data-type="colophon">
<section id="colophon" data-type="colophon" xmlns="http://www.w3.org/1999/xhtml">
<h1>Colophon</h1>

<p>The animal on the cover of <em>FILL IN TITLE</em> is <em>FILL IN DESCRIPTION</em>.</p>
Expand Down
2 changes: 1 addition & 1 deletion titlepage.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<section data-type="titlepage">
<section data-type="titlepage" xmlns="http://www.w3.org/1999/xhtml">
<h1>Architecture Patterns with Python</h1>
<!--(only include edition line if it's 2e or higher -->

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

0 comments on commit 1279c8d

Please sign in to comment.