Skip to content

Commit e518f3f

Browse files
committed
updating table of contents with links to testing pages
1 parent cb442e8 commit e518f3f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

feeds/all.atom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-08-29T09:30:25Z</updated></feed>
2+
<feed xmlns="http://www.w3.org/2005/Atom"><title>Matt Makai</title><link href="http://www.fullstackpython.com/" rel="alternate"></link><link href="http://www.fullstackpython.com/feeds/all.atom.xml" rel="self"></link><id>http://www.fullstackpython.com/</id><updated>2015-08-29T09:33:00Z</updated></feed>

source/theme/templates/table-of-contents.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,17 +215,17 @@ <h3>7.
215215
-->
216216

217217

218-
<h3>8. Testing</h3>
218+
<h3>8. <a href="/testing.html">Testing</a></h3>
219+
<div class="toc-indent">
220+
<a href="/unit-testing.html">Unit testing</a>
221+
</div>
219222
<div class="toc-indent">
220223
<a href="/code-metrics.html">Code metrics</a>
221224
</div>
222225
<!--
223226
<div class="toc-indent">
224227
Debugging
225228
</div>
226-
<div class="toc-indent">
227-
Unit testing
228-
</div>
229229
<div class="toc-indent">
230230
Integration testing
231231
</div>

table-of-contents.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -242,17 +242,17 @@ <h3>7.
242242
-->
243243

244244

245-
<h3>8. Testing</h3>
245+
<h3>8. <a href="/testing.html">Testing</a></h3>
246+
<div class="toc-indent">
247+
<a href="/unit-testing.html">Unit testing</a>
248+
</div>
246249
<div class="toc-indent">
247250
<a href="/code-metrics.html">Code metrics</a>
248251
</div>
249252
<!--
250253
<div class="toc-indent">
251254
Debugging
252255
</div>
253-
<div class="toc-indent">
254-
Unit testing
255-
</div>
256256
<div class="toc-indent">
257257
Integration testing
258258
</div>

0 commit comments

Comments
 (0)