Skip to content

Commit f910bfe

Browse files
committed
title fixes and a bunch of other small stuff
1 parent 87d7fda commit f910bfe

24 files changed

+73
-57
lines changed

book/appendix_csvs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</div>
139139
<div id="content">
140140
<div class="sect1">
141-
<h2 id="appendix_csvs">Appendix C: Swapping Out the Infrastructure: Do Everything with CSVs<a class="anchor" href="#appendix_csvs"></a>Appendix A: Swapping Out the Infrastructure: </h2>
141+
<h2 id="appendix_csvs">Appendix C: Swapping Out the Infrastructure: Do Everything with CSVs<a class="anchor" href="#appendix_csvs"></a></h2>
142142
<div class="sectionbody">
143143
<div class="paragraph">
144144
<p>

book/appendix_django.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</div>
139139
<div id="content">
140140
<div class="sect1">
141-
<h2 id="appendix_django">Appendix D: Repository and Unit of Work Patterns with Django<a class="anchor" href="#appendix_django"></a>Appendix A: Repository and Unit of Work </h2>
141+
<h2 id="appendix_django">Appendix D: Repository and Unit of Work Patterns with Django<a class="anchor" href="#appendix_django"></a></h2>
142142
<div class="sectionbody">
143143
<div class="paragraph">
144144
<p>

book/appendix_ds1_table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</div>
139139
<div id="content">
140140
<div class="sect1">
141-
<h2 id="appendix_ds1_table">Appendix A: Summary Diagram and Table<a class="anchor" href="#appendix_ds1_table"></a>Appendix A: Summary Diagram and Table</h2>
141+
<h2 id="appendix_ds1_table">Appendix A: Summary Diagram and Table<a class="anchor" href="#appendix_ds1_table"></a></h2>
142142
<div class="sectionbody">
143143
<div class="paragraph">
144144
<p>

book/appendix_project_structure.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</div>
139139
<div id="content">
140140
<div class="sect1">
141-
<h2 id="appendix_project_structure">Appendix B: A Template Project Structure<a class="anchor" href="#appendix_project_structure"></a>Appendix A: A Template Project Structure</h2>
141+
<h2 id="appendix_project_structure">Appendix B: A Template Project Structure<a class="anchor" href="#appendix_project_structure"></a></h2>
142142
<div class="sectionbody">
143143
<div class="paragraph">
144144
<p>

book/appendix_validation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</div>
139139
<div id="content">
140140
<div class="sect1">
141-
<h2 id="appendix_validation">Appendix E: Validation<a class="anchor" href="#appendix_validation"></a>Appendix A: Validation</h2>
141+
<h2 id="appendix_validation">Appendix E: Validation<a class="anchor" href="#appendix_validation"></a></h2>
142142
<div class="sectionbody">
143143
<div class="paragraph">
144144
<p>

book/chapter_01_domain_model.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</div>
139139
<div id="content">
140140
<div class="sect1">
141-
<h2 id="chapter_01_domain_model">1: Domain Modeling<a class="anchor" href="#chapter_01_domain_model"></a>Domain Modeling</h2>
141+
<h2 id="chapter_01_domain_model">1: Domain Modeling<a class="anchor" href="#chapter_01_domain_model"></a></h2>
142142
<div class="sectionbody">
143143
<div class="paragraph">
144144
<p>

book/chapter_02_repository.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</div>
139139
<div id="content">
140140
<div class="sect1">
141-
<h2 id="chapter_02_repository">2: Repository Pattern<a class="anchor" href="#chapter_02_repository"></a>Repository Pattern</h2>
141+
<h2 id="chapter_02_repository">2: Repository Pattern<a class="anchor" href="#chapter_02_repository"></a></h2>
142142
<div class="sectionbody">
143143
<div class="paragraph">
144144
<p>It&#8217;s time to make good on our promise to use the dependency inversion principle as

book/chapter_03_abstractions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</div>
139139
<div id="content">
140140
<div class="sect1">
141-
<h2 id="chapter_03_abstractions">3: A Brief Interlude: On Coupling and Abstractions<a class="anchor" href="#chapter_03_abstractions"></a>A Brief Interlude: On Coupling </h2>
141+
<h2 id="chapter_03_abstractions">3: A Brief Interlude: On Coupling and Abstractions<a class="anchor" href="#chapter_03_abstractions"></a></h2>
142142
<div class="sectionbody">
143143
<div class="paragraph">
144144
<p>
@@ -1121,7 +1121,7 @@ <h3 id="_wrap_up"><a class="anchor" href="#_wrap_up"></a>Wrap-Up</h3>
11211121
</div>
11221122
<div id="footer">
11231123
<div id="footer-text">
1124-
Last updated 2020-05-13 20:35:58 +0100
1124+
Last updated 2020-07-30 14:51:23 +0100
11251125
</div>
11261126
</div>
11271127
<style>

book/chapter_04_service_layer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</div>
139139
<div id="content">
140140
<div class="sect1">
141-
<h2 id="chapter_04_service_layer">4: Our First Use Case: Flask API and Service Layer<a class="anchor" href="#chapter_04_service_layer"></a>Our First Use Case: </h2>
141+
<h2 id="chapter_04_service_layer">4: Our First Use Case: Flask API and Service Layer<a class="anchor" href="#chapter_04_service_layer"></a></h2>
142142
<div class="sectionbody">
143143
<div class="paragraph">
144144
<p>

book/chapter_05_high_gear_low_gear.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
</div>
139139
<div id="content">
140140
<div class="sect1">
141-
<h2 id="chapter_05_high_gear_low_gear">5: TDD in High Gear and Low Gear<a class="anchor" href="#chapter_05_high_gear_low_gear"></a>TDD in High Gear and Low Gear</h2>
141+
<h2 id="chapter_05_high_gear_low_gear">5: TDD in High Gear and Low Gear<a class="anchor" href="#chapter_05_high_gear_low_gear"></a></h2>
142142
<div class="sectionbody">
143143
<div class="paragraph">
144144
<p>
@@ -193,7 +193,7 @@ <h3 id="_how_is_our_test_pyramid_looking"><a class="anchor" href="#_how_is_our_t
193193
<div class="content">
194194
<div class="listingblock skip">
195195
<div class="content">
196-
<pre class="pygments highlight"><code data-lang="sh"><span></span>$ grep -c test_ test_*.py
196+
<pre class="pygments highlight"><code data-lang="sh"><span></span>$ grep -c test_ **/test_*.py
197197
tests/unit/test_allocate.py:4
198198
tests/unit/test_batches.py:8
199199
tests/unit/test_services.py:3
@@ -791,7 +791,7 @@ <h3 id="_wrap_up"><a class="anchor" href="#_wrap_up"></a>Wrap-Up</h3>
791791
</div>
792792
<div id="footer">
793793
<div id="footer-text">
794-
Last updated 2020-03-20 13:47:19 UTC
794+
Last updated 2020-07-30 14:51:23 +0100
795795
</div>
796796
</div>
797797
<style>

0 commit comments

Comments
 (0)