Skip to content

Commit 5c653c0

Browse files
committed
Remove footer from notebook pages
1 parent f7c8c3e commit 5c653c0

25 files changed

Lines changed: 25 additions & 271 deletions

chapters/04/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11874,26 +11874,7 @@ <h1 id="Let's-Create-a-Database!">Let's Create a Database!<a class="anchor-link"
1187411874

1187511875

1187611876

11877-
11878-
11879-
<footer class="footer">
11880-
<div class="container">
11881-
<span class="text-muted">
11882-
<p class="small">
11883-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
11884-
The flights database, and much of the SQL code, is taken, with grateful thanks,
11885-
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
11886-
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
11887-
</p>
11888-
<p class="small">
11889-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
11890-
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
11891-
</p>
11892-
</span>
11893-
</div>
11894-
</footer>
1189511877

1189611878

11897-
1189811879
</body>
1189911880
</html>

chapters/05/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11924,26 +11924,7 @@ <h1 id="Create-a-Table">Create a Table<a class="anchor-link" href="#Create-a-Tab
1192411924

1192511925

1192611926

11927-
11928-
11929-
<footer class="footer">
11930-
<div class="container">
11931-
<span class="text-muted">
11932-
<p class="small">
11933-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
11934-
The flights database, and much of the SQL code, is taken, with grateful thanks,
11935-
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
11936-
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
11937-
</p>
11938-
<p class="small">
11939-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
11940-
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
11941-
</p>
11942-
</span>
11943-
</div>
11944-
</footer>
1194511927

1194611928

11947-
1194811929
</body>
1194911930
</html>

chapters/06/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11950,26 +11950,7 @@ <h1 id="Add-Some-Data">Add Some Data<a class="anchor-link" href="#Add-Some-Data"
1195011950

1195111951

1195211952

11953-
11954-
11955-
<footer class="footer">
11956-
<div class="container">
11957-
<span class="text-muted">
11958-
<p class="small">
11959-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
11960-
The flights database, and much of the SQL code, is taken, with grateful thanks,
11961-
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
11962-
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
11963-
</p>
11964-
<p class="small">
11965-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
11966-
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
11967-
</p>
11968-
</span>
11969-
</div>
11970-
</footer>
1197111953

1197211954

11973-
1197411955
</body>
1197511956
</html>

chapters/07/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11971,26 +11971,7 @@ <h1 id="Look-at-What-we-Did!">Look at What we Did!<a class="anchor-link" href="#
1197111971

1197211972

1197311973

11974-
11975-
11976-
<footer class="footer">
11977-
<div class="container">
11978-
<span class="text-muted">
11979-
<p class="small">
11980-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
11981-
The flights database, and much of the SQL code, is taken, with grateful thanks,
11982-
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
11983-
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
11984-
</p>
11985-
<p class="small">
11986-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
11987-
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
11988-
</p>
11989-
</span>
11990-
</div>
11991-
</footer>
1199211974

1199311975

11994-
1199511976
</body>
1199611977
</html>

chapters/08/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12009,26 +12009,7 @@ <h1 id="Let's-Change-What-We-Added">Let's Change What We Added<a class="anchor-l
1200912009

1201012010

1201112011

12012-
12013-
12014-
<footer class="footer">
12015-
<div class="container">
12016-
<span class="text-muted">
12017-
<p class="small">
12018-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
12019-
The flights database, and much of the SQL code, is taken, with grateful thanks,
12020-
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
12021-
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
12022-
</p>
12023-
<p class="small">
12024-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
12025-
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
12026-
</p>
12027-
</span>
12028-
</div>
12029-
</footer>
1203012012

1203112013

12032-
1203312014
</body>
1203412015
</html>

chapters/09/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12096,26 +12096,7 @@ <h1 id="Delete-Some-Data">Delete Some Data<a class="anchor-link" href="#Delete-S
1209612096

1209712097

1209812098

12099-
12100-
12101-
<footer class="footer">
12102-
<div class="container">
12103-
<span class="text-muted">
12104-
<p class="small">
12105-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
12106-
The flights database, and much of the SQL code, is taken, with grateful thanks,
12107-
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
12108-
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
12109-
</p>
12110-
<p class="small">
12111-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
12112-
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
12113-
</p>
12114-
</span>
12115-
</div>
12116-
</footer>
1211712099

1211812100

12119-
1212012101
</body>
1212112102
</html>

chapters/10/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11859,26 +11859,7 @@ <h1 id="Making-it-up-as-we-Go-Along">Making it up as we Go Along<a class="anchor
1185911859

1186011860

1186111861

11862-
11863-
11864-
<footer class="footer">
11865-
<div class="container">
11866-
<span class="text-muted">
11867-
<p class="small">
11868-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
11869-
The flights database, and much of the SQL code, is taken, with grateful thanks,
11870-
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
11871-
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
11872-
</p>
11873-
<p class="small">
11874-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
11875-
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
11876-
</p>
11877-
</span>
11878-
</div>
11879-
</footer>
1188011862

1188111863

11882-
1188311864
</body>
1188411865
</html>

chapters/11/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12032,26 +12032,7 @@ <h1 id="Let's-Load-Loads-of-Data!">Let's Load Loads of Data!<a class="anchor-lin
1203212032

1203312033

1203412034

12035-
12036-
12037-
<footer class="footer">
12038-
<div class="container">
12039-
<span class="text-muted">
12040-
<p class="small">
12041-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
12042-
The flights database, and much of the SQL code, is taken, with grateful thanks,
12043-
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
12044-
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
12045-
</p>
12046-
<p class="small">
12047-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
12048-
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
12049-
</p>
12050-
</span>
12051-
</div>
12052-
</footer>
1205312035

1205412036

12055-
1205612037
</body>
1205712038
</html>

chapters/12/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11859,26 +11859,7 @@ <h1 id="Now-for-Some-Joined-Up-Thinking">Now for Some Joined-Up Thinking<a class
1185911859

1186011860

1186111861

11862-
11863-
11864-
<footer class="footer">
11865-
<div class="container">
11866-
<span class="text-muted">
11867-
<p class="small">
11868-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
11869-
The flights database, and much of the SQL code, is taken, with grateful thanks,
11870-
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
11871-
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
11872-
</p>
11873-
<p class="small">
11874-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
11875-
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
11876-
</p>
11877-
</span>
11878-
</div>
11879-
</footer>
1188011862

1188111863

11882-
1188311864
</body>
1188411865
</html>

chapters/13/index.html

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11859,26 +11859,7 @@ <h1 id="Summing-Things-Up">Summing Things Up<a class="anchor-link" href="#Summin
1185911859

1186011860

1186111861

11862-
11863-
11864-
<footer class="footer">
11865-
<div class="container">
11866-
<span class="text-muted">
11867-
<p class="small">
11868-
This tutorial was inspired by a talk given by Dave Jones at Python North West.
11869-
The flights database, and much of the SQL code, is taken, with grateful thanks,
11870-
from the <a href="https://waveform.org.uk/presentations/sql">slides</a> and
11871-
<a href="https://github.com/waveform80/presentations">source code</a> for that talk.
11872-
</p>
11873-
<p class="small">
11874-
Many thanks also to Dr. Vincent Knight of Cardiff University for the use of his
11875-
<a href="https://vknight.org/gt/">Game Theory Course Notes</a> and their <a href="https://github.com/drvinceknight/gt">source code</a>.
11876-
</p>
11877-
</span>
11878-
</div>
11879-
</footer>
1188011862

1188111863

11882-
1188311864
</body>
1188411865
</html>

0 commit comments

Comments
 (0)