Skip to content

Commit 9fbe753

Browse files
committed
working on ToC
1 parent 25ccaf3 commit 9fbe753

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
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-03-16T08:21:56Z</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-03-16T09:51:26Z</updated></feed>

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,14 @@ <h3>2. Learning Programming</h3>
2626
Python 2 or 3?
2727
-->
2828
<!--
29-
Software as a profession
29+
Professional software development
3030
-->
3131
<div class="toc-indent">
3232
<a href="/best-python-resources.html">The Best Python
3333
Resources</a>
3434
</div>
3535
<div class="toc-indent">
36-
<a href="/best-python-videos.html">The Best Python
37-
Videos</a>
36+
<a href="/best-python-videos.html">Must-watch Python Videos</a>
3837
</div>
3938
<div class="toc-indent">
4039
<a href="/development-environments.html">Development
@@ -180,6 +179,14 @@ <h3>6. Data</h3>
180179
<div class="toc-indent">
181180
<a href="/python-orms.html">Object-relational mappers (ORMs)</a>
182181
</div>
182+
<!--
183+
<div class="toc-indent">
184+
Machine learning
185+
</div>
186+
<div class="toc-indent">
187+
Data analysis
188+
</div>
189+
-->
183190

184191

185192
<h3>7.

table-of-contents.html

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,14 @@ <h3>2. Learning Programming</h3>
5757
Python 2 or 3?
5858
-->
5959
<!--
60-
Software as a profession
60+
Professional software development
6161
-->
6262
<div class="toc-indent">
6363
<a href="/best-python-resources.html">The Best Python
6464
Resources</a>
6565
</div>
6666
<div class="toc-indent">
67-
<a href="/best-python-videos.html">The Best Python
68-
Videos</a>
67+
<a href="/best-python-videos.html">Must-watch Python Videos</a>
6968
</div>
7069
<div class="toc-indent">
7170
<a href="/development-environments.html">Development
@@ -211,6 +210,14 @@ <h3>6. Data</h3>
211210
<div class="toc-indent">
212211
<a href="/python-orms.html">Object-relational mappers (ORMs)</a>
213212
</div>
213+
<!--
214+
<div class="toc-indent">
215+
Machine learning
216+
</div>
217+
<div class="toc-indent">
218+
Data analysis
219+
</div>
220+
-->
214221

215222

216223
<h3>7.

0 commit comments

Comments
 (0)